[Dovecot] Imap Quota Exceeded - But Still Receiving Emails?
Hello
I am trying to setup dovecot maildir quota, but even though it seems to be working fine, I am still receiving emails into my inbox even though I have exceeded my quota.
Here is my dovecot config:
plugin { quota = maildir:User Quota quota_rule2 = Trash:storage=+100M }
And my SQL config file for Dovecot (dovecot-sql.conf):
user_query = SELECT '/var/vmail/%d/%n' as home, 'maildir:/var/vmail/%d/%n' as mail, 150 AS uid, 8 AS gid, CONCAT('*:storage=', quota) AS quota_rule FROM mailbox WHERE username = '%u' AND active = '1'
CONCAT('*:storage=', quota) AS quota_rule
quota_rule = *:storage=3M
So it picks up my set quota of 3MB but dovecot is not rejecting emails if I am over my quota.
Can anyone help?
Thanks.
Carl
On 1/24/2012 8:35 AM, Palatine Web Support wrote:
Here is my dovecot config:
plugin { quota = maildir:User Quota quota_rule2 = Trash:storage=+100M }
[..]
So it picks up my set quota of 3MB but dovecot is not rejecting emails if I am over my quota.
Can anyone help?
Is the quota plugin being loaded? What is the output of:
doveconf | grep -B 2 plug
-- Daniel
participants (2)
-
Daniel L. Miller
-
Palatine Web Support