Fix multiple hard-coded vmail

This commit is contained in:
Spitap
2023-01-23 19:24:28 +01:00
parent 6144f7967c
commit 7cae12b32e
5 changed files with 12 additions and 14 deletions

View File

@@ -104,8 +104,8 @@ namespace inbox {
# System user and group used to access mails. If you use multiple, userdb
# can override these by returning uid or gid fields. You can use either numbers
# or names. <doc/wiki/UserIds.txt>
#mail_uid =
#mail_gid =
mail_uid = %{mailboxes_owner_uid}
mail_gid = %{mailboxes_owner_gid}
# Group to enable temporarily for privileged operations. Currently this is
# used only with INBOX when either its initial creation or dotlocking fails.