diff options
| author | varac <varacanero@zeromail.org> | 2014-02-28 22:57:23 +0100 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2014-02-28 22:57:23 +0100 | 
| commit | 2630c998af6e4d03c3bcc3f4566093aed533dd0c (patch) | |
| tree | fbe9dbf14319efcb00efa499f47d8f168c7358e9 | |
| parent | f055a3b1091f9c4a166dcc1226b5e5990797dddf (diff) | |
leap_mx: watch /var/mail/vmail/Maildir instead of /var/mail/vmai (Feature #5223)
| -rw-r--r-- | puppet/modules/leap_mx/templates/mx.conf.erb | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
