[Dovecot] IMAP clients suddenly redownload folder headers

2009-09-17 Thread Brent Bloxam
We had an issue today with IMAP clients (Thunderbird, Outlook) having to redownload headers for folders. This issue was eerily close to a MySQL database structure change that shouldn't have affected any related queries, however we did notice an event of user CPU % not being reported via SNMP ar

Re: [Dovecot] Move to a Specific Folder

2009-09-17 Thread Timo Sirainen
Nope. Probably wouldn't be difficult to implement, but it's a pretty low priority for me.. On Sep 17, 2009, at 9:30 PM, Darvin Denmian wrote: Timo, I know this plugin, but instead of removing the messages I need to move them to a specific folder,can it do this? Thanks. On Thu, Sep 17, 2009

Re: [Dovecot] Move to a Specific Folder

2009-09-17 Thread Darvin Denmian
Timo, I know this plugin, but instead of removing the messages I need to move them to a specific folder,can it do this? Thanks. On Thu, Sep 17, 2009 at 4:11 PM, Timo Sirainen wrote: > On Sep 17, 2009, at 7:28 PM, Darvin Denmian wrote: > >> Is there a way to automatically expurge or move message

Re: [Dovecot] Move to a Specific Folder

2009-09-17 Thread Timo Sirainen
On Sep 17, 2009, at 7:28 PM, Darvin Denmian wrote: Is there a way to automatically expurge or move messages from a specific folder to another folder after "X" days? http://wiki.dovecot.org/Plugins/Expire

Re: [Dovecot] Move to a Specific Folder

2009-09-17 Thread Darvin Denmian
Will this solution works even if I had a lot of messages or subfolders? Will this index update take much time? Thanks ! On Thu, Sep 17, 2009 at 2:36 PM, Andrew Schulman wrote: >> Is there a way to automatically expurge or move messages from a >> specific folder to another folder after "X" days?

Re: [Dovecot] Move to a Specific Folder

2009-09-17 Thread Andrew Schulman
> Is there a way to automatically expurge or move messages from a > specific folder to another folder after "X" days? I use a daily cron job for this. It runs a script that deletes messages more than 6 months old from the Junk folder. If you can do this directly in Dovecot, then I guess that's b

Re: [Dovecot] Move to a Specific Folder

2009-09-17 Thread Eduardo M KALINOWSKI
On Qui, 17 Set 2009, Darvin Denmian wrote: Is there a way to automatically expurge or move messages from a specific folder to another folder after "X" days? Where "X" specifies the amount of days that messages in folder will be kept. If it's maildir, you can use find(1) to search the messages

[Dovecot] Move to a Specific Folder

2009-09-17 Thread Darvin Denmian
Is there a way to automatically expurge or move messages from a specific folder to another folder after "X" days? Where "X" specifies the amount of days that messages in folder will be kept. Thanks !

Re: [Dovecot] Move SPAM into SPAM folder

2009-09-17 Thread Pascal Volk
On 09/17/2009 06:54 PM Jose Luis Marin Perez wrote: > Dear Sirs, > > I need to know how can I automatically move all emails that are considered as > SPAM to a specific directory called SPAM. > > The server has installed Dovecot + Qmail + Vpopmail + Simscan + Spamassassin > + ClamAV. > > doveco

[Dovecot] Move SPAM into SPAM folder

2009-09-17 Thread Jose Luis Marin Perez
Dear Sirs, I need to know how can I automatically move all emails that are considered as SPAM to a specific directory called SPAM. The server has installed Dovecot + Qmail + Vpopmail + Simscan + Spamassassin + ClamAV. dovecot -n # 1.1.16: /usr/local/etc/dovecot.conf # OS: Linux 2.6.9-67.0.15

Re: [Dovecot] Dovecot and LDAP-Quotas

2009-09-17 Thread south africa
Hi Timo, I solved the problem. The problem was the right order in dovecot.conf. "userdb ldap" should stand in front of "userdb static". Greetings --- t...@iki.fi wrote: From: Timo Sirainen To: southafr...@thedoghousemail.com Cc: Dovecot Mailing List Subject: Re: [Dovecot] Dovecot and LDA

Re: [Dovecot] Secondary groups from ldap

2009-09-17 Thread Ian Levesque
On Sep 16, 2009, at 9:16 PM, Timo Sirainen wrote: On Sep 16, 2009, at 5:18 AM, Ian Levesque wrote: I'm trying to configure my user_attrs using LDAP as the userdb so that dovecot knows what secondary groups a user is a member of. The LDAP backend is an Open Directory implementation, which st