Created
November 12, 2016 21:00
-
-
Save nlienard/3f6c6419d2b894ecd29af94fe41c8cbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service imap-login { | |
inet_listener imap { | |
#port = 143 | |
} | |
inet_listener imaps { | |
port = 993 | |
ssl = yes | |
} | |
# haproxy needs (cf http://wiki2.dovecot.org/HAProxy) | |
inet_listener imap_haproxy { | |
port = 10143 | |
haproxy = yes | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment