Skip to content

Instantly share code, notes, and snippets.

@nlienard
Created November 12, 2016 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlienard/3f6c6419d2b894ecd29af94fe41c8cbf to your computer and use it in GitHub Desktop.
Save nlienard/3f6c6419d2b894ecd29af94fe41c8cbf to your computer and use it in GitHub Desktop.
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