From d8a066a4307bea4c6dd6741daa250b67c92c1606 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Jul 2013 14:40:53 -0400 Subject: initial leap_mx configuration Change-Id: Iddca4cf52706bf2f612d20ba19a53fbbe6b28479 --- puppet/modules/leap_mx/templates/mx.conf.erb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 puppet/modules/leap_mx/templates/mx.conf.erb (limited to 'puppet/modules/leap_mx/templates/mx.conf.erb') 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 -- cgit v1.2.3 From 2630c998af6e4d03c3bcc3f4566093aed533dd0c Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 28 Feb 2014 22:57:23 +0100 Subject: leap_mx: watch /var/mail/vmail/Maildir instead of /var/mail/vmai (Feature #5223) --- puppet/modules/leap_mx/templates/mx.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'puppet/modules/leap_mx/templates/mx.conf.erb') diff --git a/puppet/modules/leap_mx/templates/mx.conf.erb b/puppet/modules/leap_mx/templates/mx.conf.erb index bf1e6421..e05bc150 100644 --- a/puppet/modules/leap_mx/templates/mx.conf.erb +++ b/puppet/modules/leap_mx/templates/mx.conf.erb @@ -1,5 +1,5 @@ [mail1] -path=/var/mail/vmail +path=/var/mail/vmail/Maildir recursive=True [couchdb] @@ -12,4 +12,4 @@ port=<%= @couchdb_port %> port=4242 [check recipient] -port=2244 \ No newline at end of file +port=2244 -- cgit v1.2.3