[Dovecot] dovecot overquota and delete message
Hi all,
i use dovecot-1.1_rc1 with postfix and maildrop as deliver. The problem is where user gets overquota, at this point he is unable to delete message in pop3 as imap.
dovecot.conf has:
plugin { quota = maildir } protocol imap { mail_plugins = quota imap_quota } protocol pop3 { mail_plugins = quota }
I change it to
plugin { quota = maildir:ignore=Trash }
and
plugin { quota = maildir:storage=100240:ignore=Trash }
but the problem persist.
I have to del manually maildirsize file to get the user back to delete.
Any suggestion ?
tnx
s
On Fri, 2008-03-07 at 01:29 +0100, sa wrote:
There should be no problems deleting the mail from POP3.
There is no :ignore=Trash option in v1.1 anymore. See quota rules in http://wiki.dovecot.org/Quota/New
ok, it's work but it forces a standard quota to all and I have mysql backend.
I change it to :
plugin { quota = maildir quota_rule = *:storage=100M quota_rule2 = Trash:storage=100M user_query = select concat('*:bytes=', quota) as quota_rule from mailbox where userid = '%u' }
but the user got the standard 100M ... how can I specify mysql backend correctly ?
tnx
s
participants (2)
-
sa
-
Timo Sirainen