From: Jaldhar H. Vyas Date: Thu, 15 Sep 2011 22:55:02 +0000 (+0200) Subject: default location for user mailboxes X-Git-Tag: archive/raspbian/1%2.3.21.1+dfsg1-1+rpi1~1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1d7e2da868d057d603e882f34e86e24296f9faf;p=dovecot.git default location for user mailboxes Bug: #623440 Last-Update: 2017-09-20 Set a default for the case where a user has no mail so auto- detection of mailboxes doesn't work. Gbp-Pq: Name default-mail_location.patch --- diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index 24daa04..a69224f 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -27,7 +27,7 @@ # # # -#mail_location = +mail_location = mbox:~/mail:INBOX=/var/mail/%u # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections. @@ -111,7 +111,7 @@ namespace inbox { # Group to enable temporarily for privileged operations. Currently this is # used only with INBOX when either its initial creation or dotlocking fails. # Typically this is set to "mail" to give access to /var/mail. -#mail_privileged_group = +mail_privileged_group = mail # Grant access to these supplementary groups for mail processes. Typically # these are used to set up access to shared mailboxes. Note that it may be