diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:20:46 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:20:46 +0200 |
commit | 5c8ac82b9d990539fea1aaa6518aba5adb35ba1c (patch) | |
tree | c7fe3f4b21656b362f53e81bdaf37f3c892075b8 /roles/IMAP/files | |
parent | 22f7abc9ef6aae1dc962c3008d56b8fc82b4459e (diff) |
Allow 'vmail' users with a UID lower than 500.
Fix regression introduced in f7c8011.
Diffstat (limited to 'roles/IMAP/files')
-rw-r--r-- | roles/IMAP/files/etc/dovecot/conf.d/10-mail.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |