SSL only.
This commit is contained in:
parent
ac83b8d83d
commit
9bcd7816d5
@ -18,11 +18,11 @@ service imap-login {
|
||||
inet_listener imap {
|
||||
#port = 143
|
||||
#disable non-ssl imap
|
||||
#port = 0
|
||||
port = 0
|
||||
}
|
||||
inet_listener imaps {
|
||||
#port = 993
|
||||
#ssl = yes
|
||||
port = 993
|
||||
ssl = yes
|
||||
}
|
||||
|
||||
# Number of connections to handle before starting a new process. Typically
|
||||
|
Loading…
Reference in New Issue
Block a user