summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-05 14:01:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-05 14:01:43 -0200
commit597e9de85fc7aed0c33d65d36523e312c212902b (patch)
tree240e7d6f9037cf9ef2dde4b9ed6f58b2df0cd682
parent1d2089d31cecabe1e51d0f7e60d29de76262da4d (diff)
downloadpuppet-mail-597e9de85fc7aed0c33d65d36523e312c212902b.tar.gz
puppet-mail-597e9de85fc7aed0c33d65d36523e312c212902b.tar.bz2
Dovecot: set lda_mailbox_autocreate setting to yes
-rw-r--r--templates/dovecot/dovecot.conf.wheezy.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/dovecot/dovecot.conf.wheezy.erb b/templates/dovecot/dovecot.conf.wheezy.erb
index a7ddf06..5e2a6cd 100644
--- a/templates/dovecot/dovecot.conf.wheezy.erb
+++ b/templates/dovecot/dovecot.conf.wheezy.erb
@@ -58,3 +58,6 @@ protocol lda {
mail_plugins = sieve
postmaster_address = postmaster@<%= fqdn %>
}
+
+# Should saving a mail to a non-existing mailbox automatically create it?
+lda_mailbox_autocreate setting = yes