summaryrefslogtreecommitdiff
path: root/puppet/modules/leap_mx/templates
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/leap_mx/templates')
-rw-r--r--puppet/modules/leap_mx/templates/mx.conf.erb18
1 files changed, 18 insertions, 0 deletions
diff --git a/puppet/modules/leap_mx/templates/mx.conf.erb b/puppet/modules/leap_mx/templates/mx.conf.erb
new file mode 100644
index 00000000..b54b3a86
--- /dev/null
+++ b/puppet/modules/leap_mx/templates/mx.conf.erb
@@ -0,0 +1,18 @@
+[mail1]
+path=/var/mail/leap-mx/Maildir
+recursive=True
+
+[couchdb]
+user=<%= @couchdb_user %>
+password=<%= @couchdb_password %>
+server=<%= @couchdb_host %>
+port=<%= @couchdb_port %>
+
+[alias map]
+port=4242
+
+[check recipient]
+port=2244
+
+[fingerprint map]
+port=2424