implement qutoas
This commit is contained in:
parent
2d0648e0f4
commit
eeb7fd64af
4 changed files with 24 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue