--- On Sat, 6/23/12, Timo Sirainen tss@iki.fi wrote:
From: Timo Sirainen tss@iki.fi Subject: Re: [Dovecot] Dovecot Quotas in Version 2 To: "Brian Spraker" spraker@yahoo.com Cc: dovecot@dovecot.org Date: Saturday, June 23, 2012, 7:23 PM On 24.6.2012, at 3.10, Brian Spraker wrote:
plugin { quota = maildir quota_rule = Trash:storage=100M
This should be quota_rule2. Otherwise you'll just overwrite this here:
}
user_query = SELECT uid, gid, home, maildir, concat('maildir:storage=', quota) AS quota FROM horde_users WHERE user_uid = '%u';
You didn't update the quota configuration in here. Should be: concat('*:storage=', quota) AS quota_rule.
BTW. This change happened during Dovecot v1.0 -> v1.1 change. Years ago for most people. :)
Thank you, Timo. I have made this change.
However, I do remember before when I set set something as "quota_rule2", it was being ignored for some reason. I have updated at your response though.
This still didn't correct the issue - and Dovecot won't start when I have the mail_plugins line under 'protocol imap' uncommented.
Error in the syslog says:
init: dovecot main process (xxxxx) terminated with status 89
Brian S.