Hello!
I activated quota
plugin {
quota = maildir:User quota
quota_rule = *:storage=1GB
# 10% of 1GB = 100MB
quota_rule2 = Trash:storage=+10%%
}
But when I want to do per user quota in the passwd-file
...vhosts/anup.de/anmeyer::userdb_mail=maildir:~/userdb_quota_rule=*:bytes=10G
I get this in the logfile and can't login:
Jun 08 22:25:52 imap([email protected]): Error: user [email protected]:
Initialization failed: Initializing mail storage from mail_location setting
failed: Unknown setting: bytes
Jun 08 22:25:52 imap([email protected]): Error: Invalid user settings. Refer to
server log for more information.
Same with 'storage' in the passwd-file. What's wrong?
Andreas