From 56918a299793f72ea8d026a2c9dd6ccd9190e070 Mon Sep 17 00:00:00 2001 From: Julian Rother Date: Mon, 3 Feb 2025 01:22:11 +0100 Subject: [PATCH] Fix dovecot uid/gid settings --- templates/dovecot/dovecot.conf.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/dovecot/dovecot.conf.j2 b/templates/dovecot/dovecot.conf.j2 index 0226395..7963d1c 100644 --- a/templates/dovecot/dovecot.conf.j2 +++ b/templates/dovecot/dovecot.conf.j2 @@ -27,12 +27,12 @@ passdb { # Mailboxes mail_location = maildir:~/Maildir # Expanded to maildir:/var/mail/vmail//Maildir -mail_uid = 1000 -mail_gid = 1000 -first_valid_uid = 1000 -last_valid_uid = 1000 -first_valid_gid = 1000 -last_valid_gid = 1000 +mail_uid = vmail +mail_gid = vmail +first_valid_uid = 10 +last_valid_uid = 999999 +first_valid_gid = 10 +last_valid_gid = 999999 mailbox_list_index = yes namespace inbox {