implement qutoas

This commit is contained in:
Robin Raymond 2017-12-22 16:58:35 +01:00
parent 2d0648e0f4
commit eeb7fd64af
4 changed files with 24 additions and 1 deletions

View file

@ -32,6 +32,7 @@ in
enableImap = enableImap;
enablePop3 = enablePop3;
enablePAM = false;
enableQuota = true;
mailGroup = vmailGroupName;
mailUser = vmailUserName;
mailLocation = dovecot_maildir;
@ -80,6 +81,11 @@ in
args = ${passwdFile}
}
userdb {
driver = passwd-file
args = ${passwdFile}
}
service auth {
unix_listener /var/lib/postfix/queue/private/auth {
mode = 0660