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:> 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.There should be no problems deleting the mail from POP3.> plugin { > quota = maildir:ignore=Trash > }There is no :ignore=Trash option in v1.1 anymore. See quota rules in wiki.dovecot.org/Quota/New -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <dovecot.org/pipermail/dovecot/attachments/20080307/dc6ec696/attachment-0002.bin>
ok for pop3, i change to: plugin { quota = maildir quota_rule2 = Trash:storage=100M } problem persist in imap connections tnx s> -----Original Message----- > From: dovecot-bounces+sa=chiedere.info at dovecot.org [mailto:dovecot- > bounces+sa=chiedere.info at dovecot.org] On Behalf Of Timo Sirainen > Sent: venerd? 7 marzo 2008 1.37 > To: sa > Cc: dovecot at dovecot.org > Subject: Re: [Dovecot] dovecot overquota and delete message > > On Fri, 2008-03-07 at 01:29 +0100, sa wrote: > > > i use dovecot-1.1_rc1 with postfix and maildrop as deliver. The problemis> > where user gets overquota, at this point he is unable to delete messagein> > pop3 as imap. > > There should be no problems deleting the mail from POP3. > > > > plugin { > > quota = maildir:ignore=Trash > > } > > There is no :ignore=Trash option in v1.1 anymore. See quota rules in > wiki.dovecot.org/Quota/New