From e043909357231869d309dbb6c75542195ff1813f Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 20 Jun 2014 20:55:12 +0100
Subject: [PATCH] update config with NGINX_AUTH_PORT_MAP

---
 debian/ai-auth-server.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/ai-auth-server.conf b/debian/ai-auth-server.conf
index b04ca75..0e6a7ba 100644
--- a/debian/ai-auth-server.conf
+++ b/debian/ai-auth-server.conf
@@ -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
+}
+
-- 
GitLab