Displaying 1 result from an estimated 1 matches for "mb_mbname".
2008 Aug 07
1
Dovecot 1.1 Quota Plugin Configuration?
...quota_rule5 = SpamTrain:ignore
In the sql.conf I get the quota for each mailbox using this line
user_query = SELECT '/var/vmail/%d/%n' as home,
'maildir:/var/vmail/%d/%n' as mail, xxx AS uid, xxx AS gid,
concat('maildir:storage=', mb_quota) AS quota FROM
mailboxes WHERE mb_mbname = '%u' AND mb_active = '1'
With this setup when I have a mb_quota set to 0 it simply bounces all
messages for the mailboxes that should have no quota.
Any ideas how I need to fix this?
david