From 7094bfa35bda7981fee403c82a6a718dff9d5339 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Fri, 13 Oct 2023 17:51:38 +0200 Subject: [PATCH] remove user min and max gid --- dockerfiles/dovecot/dovecot.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dockerfiles/dovecot/dovecot.conf b/dockerfiles/dovecot/dovecot.conf index e8557bd..e8d9ec4 100644 --- a/dockerfiles/dovecot/dovecot.conf +++ b/dockerfiles/dovecot/dovecot.conf @@ -3,13 +3,13 @@ mail_home=/srv/mail/%Lu mail_location=sdbox:~/Mail -mail_uid=1000 -mail_gid=10000 +# mail_uid=1000 +# mail_gid=10000 protocols = imap submission lmtp -first_valid_uid = 1000 -last_valid_uid = 10000 +# first_valid_uid = 1000 +# last_valid_uid = 10000 # authentication via passwd-file, see https://doc.dovecot.org/configuration_manual/authentication/passwd_file/#authentication-passwd-file passdb {