summaryrefslogtreecommitdiff
path: root/puppet/modules/leap_mx/templates/mx.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/leap_mx/templates/mx.conf.erb')
-rw-r--r--puppet/modules/leap_mx/templates/mx.conf.erb15
1 files changed, 15 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..e05bc150
--- /dev/null
+++ b/puppet/modules/leap_mx/templates/mx.conf.erb
@@ -0,0 +1,15 @@
+[mail1]
+path=/var/mail/vmail/Maildir
+recursive=True
+
+[couchdb]
+user=<%= @couchdb_user %>
+password=<%= @couchdb_password %>
+server=<%= @couchdb_host %>
+port=<%= @couchdb_port %>
+
+[alias map]
+port=4242
+
+[check recipient]
+port=2244