How to configure dovecot imap to listen on multiple ports?
Gedalya
gedalya at gedalya.net
Mon Aug 25 12:34:53 UTC 2014
On 08/24/2014 05:26 PM, Rick Thomas wrote:
> Can I have multiple “service” clauses for the same service? Each with a different port?
> Or multiple “inet_listener imap”/“inet_listener imaps” clauses?
> Or should I have something like this?
> port = 143,30143
This works:
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imap2 {
port = 144
}
#inet_listener imaps {
# port = 993
# ssl = yes
#}
}
More information about the dovecot
mailing list