SSL only.

This commit is contained in:
yohan 2019-07-15 22:51:36 +02:00
parent ac83b8d83d
commit 9bcd7816d5

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