Temporarily reenable plain text.
This commit is contained in:
parent
e3af2de2a1
commit
d5f518ca3c
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user