[Dovecot] RESOLVED: expire plugin doesn't work?

2013-08-24 Thread Anton Chigin
hear. Remember to take a look at the prefetch http://wiki2.dovecot.org/UserDatabase/Prefetch , it saves you an extra query in cases where authentication took place before userdb lookup. On 08/24/2013 07:19 AM, Anton Chigin wrote:

Re: [Dovecot] expire plugin doesn't work?

2013-08-24 Thread Anton Chigin
Are you using sql for passdb? If so I wonder if you could define an sql userdb in addition to the static userdb with only an iterate_query defined..? On 08/24/2013 06:46 AM, Anton Chigin wrote: So, is enabling expire plugin the only

Re: [Dovecot] expire plugin doesn't work?

2013-08-24 Thread Anton Chigin
command would have to process every user in the system (as per the result of the iterate query, if you're using SQL authentication) and actually open every Trash folder and look inside, which would normally be a lot more work and take more time.

Re: [Dovecot] expire plugin doesn't work?

2013-08-24 Thread Anton Chigin
> Subject: Re: [Dovecot] expire plugin doesn't work? > > On 08/23/2013 09:05 PM, Anton Chigin wrote: > > plugin { > >expire = Trash 7 > >expire_dict = proxy::expire > > You're using Dovecot 2.1, that configuration syntax is for 1.2. > Please follow documentation at http://wiki2.dovecot.org/Plugins/Expire >

[Dovecot] expire plugin doesn't work?

2013-08-23 Thread Anton Chigin
Hello, I've configured dovecot to use expire plugin: heres my dovecot -n: - # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.1 ext4 auth_mechanisms = plain login dict { expire = mysql:/etc/dovecot/dovecot-dict-expire-sql.conf.ext } mail_location = m