[Dovecot] Trash plugin

2013-06-16 Thread Jason Pfingstmann
Hello all! I tried to post this earlier today, but it's stuck in a moderator queue for being too long, so here's a shorter version (mod, please delete the pending message from me, if you read this). I'm new to dovecot and just finished setting everything up. It's a postfix + dovecot + myql + spa

[Dovecot] Trash plugin

2013-06-16 Thread Jason Pfingstmann
Hello! This is my first dovecot install, which I put together by mixing and matching pieces of various online howtos (fortunately, Dovecot doesn't seem to be overly complex - a big plus). I've got it mostly working, but the trash plugin doesn't seem to be working right. Below are configs and som

Re: [Dovecot] trash plugin not doing it's job

2012-10-29 Thread Timo Sirainen
On 18.10.2012, at 11.05, Jan-Frode Myklebust wrote: > I enabled the trash plugin yesterday, adding "trash" to mail_plugins, > and configuring the plugin setting "trash = > /etc/dovecot/dovecot-trash.conf.ext". > > > But I still see users with lots of files in INBOX.Trash getting > bounced becaus

Re: [Dovecot] trash plugin not doing it's job

2012-10-21 Thread Jan-Frode Myklebust
On Sat, Oct 20, 2012 at 3:51 PM, Daniel Parthey wrote: > Jan-Frode Myklebust wrote: >> $ cat /etc/dovecot/dovecot-trash.conf.ext >> # Spam mailbox is emptied before Trash >> 1 INBOX.Spam >> # Trash mailbox is emptied before Sent >> 2 INBOX.Trash > > Are you sure the Trash Folder of the affected us

Re: [Dovecot] trash plugin not doing it's job

2012-10-20 Thread Daniel Parthey
Jan-Frode Myklebust wrote: > $ cat /etc/dovecot/dovecot-trash.conf.ext > # Spam mailbox is emptied before Trash > 1 INBOX.Spam > # Trash mailbox is emptied before Sent > 2 INBOX.Trash Are you sure the Trash Folder of the affected users is located below "INBOX"? doveadm mailbox list -u user@domain

[Dovecot] trash plugin not doing it's job

2012-10-18 Thread Jan-Frode Myklebust
I enabled the trash plugin yesterday, adding "trash" to mail_plugins, and configuring the plugin setting "trash = /etc/dovecot/dovecot-trash.conf.ext". But I still see users with lots of files in INBOX.Trash getting bounced because of quota exceeded: postfix/lmtp[26273]:: C89F490061: to=, rela

Re: [Dovecot] trash plugin together with sieve_before ?

2012-09-18 Thread Stephan Bosch
On 9/18/2012 1:38 PM, Jan-Frode Myklebust wrote: We have a sieve script doing sieve_before to sort spam to spam-folders. Now I'm trying to configure the "Trash" plugin, but it doesn't seem to work.. I noticed my config file says: # Space separated list of plugins to load (none known to be use

[Dovecot] trash plugin together with sieve_before ?

2012-09-18 Thread Jan-Frode Myklebust
We have a sieve script doing sieve_before to sort spam to spam-folders. Now I'm trying to configure the "Trash" plugin, but it doesn't seem to work.. I noticed my config file says: # Space separated list of plugins to load (none known to be useful so far). Do NOT # try to load IMAP plugins her

Re: [Dovecot] trash plugin bug?

2012-04-25 Thread Cor Bosman
> > Well, normally you shouldn't be over quota I guess.. :) Anyway, > > http://hg.dovecot.org/dovecot-2.1/rev/ec8564741aa8 > http://hg.dovecot.org/dovecot-2.1/rev/dd3798681283 This indeed fixed the problem. Thank you, Cor

Re: [Dovecot] trash plugin bug?

2012-04-24 Thread Cor Bosman
> >> Hey all, has anyone ever tried turning on the trash plugin when the >> directory is already over quota? I see some messages being deleted, but it >> seems it just deletes enough to fit the new email, not enough to go below >> quota. > > Well, normally you shouldn't be over quota I guess

Re: [Dovecot] trash plugin bug?

2012-04-24 Thread Timo Sirainen
On 23.4.2012, at 23.40, Cor Bosman wrote: > Hey all, has anyone ever tried turning on the trash plugin when the directory > is already over quota? I see some messages being deleted, but it seems it > just deletes enough to fit the new email, not enough to go below quota. Well, normally you sh

[Dovecot] trash plugin bug?

2012-04-23 Thread Cor Bosman
Hey all, has anyone ever tried turning on the trash plugin when the directory is already over quota? I see some messages being deleted, but it seems it just deletes enough to fit the new email, not enough to go below quota. Example: . getquotaroot "Spam" * QUOTAROOT "Spam" "User quota" "Spam Q

Re: [Dovecot] trash plugin

2012-04-18 Thread Timo Sirainen
On 18.4.2012, at 11.22, Cor Bosman wrote: > The trash plugin docs say: > > "Normally if a message can't be saved/copied because it would bring user over > quota, the save/copy fails with "Quota exceeded" error. The trash plugin can > be used to avoid such situations by making Dovecot automatica

[Dovecot] trash plugin

2012-04-18 Thread Cor Bosman
The trash plugin docs say: "Normally if a message can't be saved/copied because it would bring user over quota, the save/copy fails with "Quota exceeded" error. The trash plugin can be used to avoid such situations by making Dovecot automatically expunge oldest messages from configured mailboxe

Re: [Dovecot] Trash Plugin

2011-09-04 Thread Aydın Demirel
Hi; Sorry for delay; if both qmail quota settings are enabled, and storage is enabled in the dovecot config; Which will be active? ie, both the user quotas will be different Regards.. On Tue, 2011-08-09 at 14:34 +0300, Aydın Demirel wrote: Hi; I have a question about tras

Re: [Dovecot] Trash Plugin

2011-08-14 Thread Timo Sirainen
On Tue, 2011-08-09 at 14:34 +0300, Aydın Demirel wrote: > ReHi; > > I have a question about trash plugin. I added following lines into > dovecot.conf: > >quota_rule = *:storage=2048000 >quota_rule2 = Trash:storage=1MB >quota_rule3 = SPAM:ignore That looks like simply a quota plugin

[Dovecot] Trash Plugin

2011-08-09 Thread Aydın Demirel
ReHi; I have a question about trash plugin. I added following lines into dovecot.conf: quota_rule = *:storage=2048000 quota_rule2 = Trash:storage=1MB quota_rule3 = SPAM:ignore When I set *:storage line as default quota_rule , There is no problem.. But when I removed this line and set

Re: [Dovecot] trash plugin and LDA

2009-02-20 Thread Timo Sirainen
On Fri, 2009-02-13 at 11:43 -0500, dove...@corwyn.net wrote: > The wiki references the trash plugin with imap. Can I also enable > trash with the lda? Yes, that should work. signature.asc Description: This is a digitally signed message part

[Dovecot] trash plugin and LDA

2009-02-13 Thread dovecot
I just switched from the default postfix LDA to the dovecot LDA, deliver, and am looking into what new features I have. The wiki references the trash plugin with imap. Can I also enable trash with the lda? Rick Rick Steeves http://www.sinister.net "The journey is the destination"

Re: [Dovecot] trash plugin

2008-12-14 Thread Ivars Strazdiņš
Timo Sirainen wrote: On Thu, 2008-12-04 at 16:17 +0200, Ivars Strazdiņš wrote: Hi there, are there more trash plugin related updates since v1.1.4 ? I'm trying to use the plugin with dovecot+mysql according to documentation and get frequent segfaults Dec 4 13:58:21 mail kernel: [1605631.68

Re: [Dovecot] trash plugin

2008-12-13 Thread Timo Sirainen
On Thu, 2008-12-04 at 16:17 +0200, Ivars Strazdiņš wrote: > Hi there, > are there more trash plugin related updates since v1.1.4 ? > I'm trying to use the plugin with dovecot+mysql according to > documentation and get frequent segfaults > > Dec 4 13:58:21 mail kernel: [1605631.688946] imap[16662

[Dovecot] trash plugin

2008-12-04 Thread Ivars Strazdiņš
Hi there, are there more trash plugin related updates since v1.1.4 ? I'm trying to use the plugin with dovecot+mysql according to documentation and get frequent segfaults Dec 4 13:58:21 mail kernel: [1605631.688946] imap[16662]: segfault at 95 ip b7f51a1e sp bfd36190 error 4 in lib20_expire_p

Re: [Dovecot] Trash plugin after upgrade to 1.1rc1: Namespace not found for mailbox 'Spam mailbox is emptied before Trash'

2008-02-23 Thread Timo Sirainen
On Sat, 2008-02-23 at 19:53 +0100, Ralf Hildebrandt wrote: > >From my log: > Feb 23 19:48:27 postamt dovecot: IMAP(username): trash: Namespace not found > for mailbox 'Spam mailbox is emptied before Trash' > > Yeah, that line read: > # Spam mailbox is emptied before Trash Here you go: http://hg.

[Dovecot] Trash plugin after upgrade to 1.1rc1: Namespace not found for mailbox 'Spam mailbox is emptied before Trash'

2008-02-23 Thread Ralf Hildebrandt
>From my log: Feb 23 19:48:27 postamt dovecot: IMAP(username): trash: Namespace not found for mailbox 'Spam mailbox is emptied before Trash' Yeah, that line read: # Spam mailbox is emptied before Trash The comment is being ignored :) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROT

Re: [Dovecot] Trash plugin in 1.0.x

2008-01-09 Thread Timo Sirainen
On Tue, 2008-01-08 at 17:29 +0100, Ralf Hildebrandt wrote: > Does the Trash plugin in 1.0.x log it's dirty deeds somehow? > I'd like to see that it works :) No, but you could enable mail-log plugin to see that at least some messages are getting expunged. signature.asc Description: This is a dig

[Dovecot] Trash plugin in 1.0.x

2008-01-08 Thread Ralf Hildebrandt
Does the Trash plugin in 1.0.x log it's dirty deeds somehow? I'd like to see that it works :) -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Arguing with good advice will re