SSL only.
This commit is contained in:
parent
ac83b8d83d
commit
9bcd7816d5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user