Skip to content
Snippets Groups Projects
Commit e0439093 authored by ale's avatar ale
Browse files

update config with NGINX_AUTH_PORT_MAP

parent 739016ee
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,10 @@ LDAP_BIND_DN = 'cn=manager, o=Anarchy'
with open('/etc/ldap.secret') as fd:
LDAP_BIND_PW = fd.read().strip()
# Port mapping for the dovecot service on backends.
NGINX_AUTH_PORT_MAP = {
'pop3': 10110,
'imap': 10143
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment