zEitEr
Super Moderator
I've managed to enable quotas, this error I've got if quotas are exceeded:
I've followed this http://wiki2.dovecot.org/Quota/Configuration
I've had to modify passwd file:
So, I guess we need changes in Directadmin.
p.s. For now I'm running a merge files script, which is executed by Directadmin. Could we have it in Directadmin?
Code:
LMTP error after end of data: 552 5.2.2 <[email protected]> Quota exceeded (mailbox for user is full)
I've followed this http://wiki2.dovecot.org/Quota/Configuration
I've had to modify passwd file:
Code:
# cat /etc/virtual/domain.com/passwd
po4ta:$1$************:503:12::/home/username/imap/domain.com/po4ta:/bin/false:userdb_quota_rule=*:bytes=50M
test:$1$************:503:12::/home/username/imap/domain.com/test:/bin/false:userdb_quota_rule=*:bytes=1M
So, I guess we need changes in Directadmin.
p.s. For now I'm running a merge files script, which is executed by Directadmin. Could we have it in Directadmin?