diff options
author | Micah Anderson <micah@leap.se> | 2013-07-25 14:40:53 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-07-25 15:15:55 -0400 |
commit | d8a066a4307bea4c6dd6741daa250b67c92c1606 (patch) | |
tree | 5e8ca9e28ee66e717af83131ddd79f885b12926c /puppet/modules/leap_mx/templates | |
parent | 8a17f5ccb00eeccdce2c41370d4b49ded50aba2b (diff) |
initial leap_mx configuration
Change-Id: Iddca4cf52706bf2f612d20ba19a53fbbe6b28479
Diffstat (limited to 'puppet/modules/leap_mx/templates')
-rw-r--r-- | puppet/modules/leap_mx/templates/mx.conf.erb | 15 |
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 |