From 5c8ac82b9d990539fea1aaa6518aba5adb35ba1c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 10 Jun 2015 14:20:46 +0200 Subject: Allow 'vmail' users with a UID lower than 500. Fix regression introduced in f7c8011. --- roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/IMAP') diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf index c98d3f6..cc29991 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf +++ b/roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf @@ -167,7 +167,7 @@ mail_gid = vmail # to make sure that users can't log in as daemons or other system users. # Note that denying root logins is hardcoded to dovecot binary and can't # be done even if first_valid_uid is set to 0. -#first_valid_uid = 500 +first_valid_uid = 1 #last_valid_uid = 0 # Valid GID range for users, defaults to non-root/wheel. Users having -- cgit v1.2.3