summaryrefslogtreecommitdiff
path: root/puppet/modules/leap_mx/templates/mx.conf.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-07-25 14:40:53 -0400
committerMicah Anderson <micah@leap.se>2013-07-25 15:15:55 -0400
commitd8a066a4307bea4c6dd6741daa250b67c92c1606 (patch)
tree5e8ca9e28ee66e717af83131ddd79f885b12926c /puppet/modules/leap_mx/templates/mx.conf.erb
parent8a17f5ccb00eeccdce2c41370d4b49ded50aba2b (diff)
initial leap_mx configuration
Change-Id: Iddca4cf52706bf2f612d20ba19a53fbbe6b28479
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..bf1e6421
--- /dev/null
+++ b/puppet/modules/leap_mx/templates/mx.conf.erb
@@ -0,0 +1,15 @@
+[mail1]
+path=/var/mail/vmail
+recursive=True
+
+[couchdb]
+user=<%= @couchdb_user %>
+password=<%= @couchdb_password %>
+server=<%= @couchdb_host %>
+port=<%= @couchdb_port %>
+
+[alias map]
+port=4242
+
+[check recipient]
+port=2244 \ No newline at end of file