From 597e9de85fc7aed0c33d65d36523e312c212902b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 5 Jan 2014 14:01:43 -0200 Subject: Dovecot: set lda_mailbox_autocreate setting to yes --- templates/dovecot/dovecot.conf.wheezy.erb | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3