Temporarily reenable plain text.

This commit is contained in:
yohan 2019-07-15 23:39:26 +02:00
parent e3af2de2a1
commit d5f518ca3c
2 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ service imap-login {
inet_listener imap { inet_listener imap {
#port = 143 #port = 143
#disable non-ssl imap #disable non-ssl imap
port = 0 #port = 0
} }
inet_listener imaps { inet_listener imaps {
port = 993 #port = 993
ssl = yes #ssl = yes
} }
# Number of connections to handle before starting a new process. Typically # Number of connections to handle before starting a new process. Typically

View File

@ -3,7 +3,7 @@
## ##
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt> # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
ssl = required ssl = yes
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
# dropping root privileges, so keep the key file unreadable by anyone but # dropping root privileges, so keep the key file unreadable by anyone but