[Dovecot] userdb syntax

2010-10-06 Thread suzuki
Hello, I have a question about userdb lookup when using expire-tool. Dovecot version 1.2.15 In dovecot.conf, mail_location = maildir:/var/mail/%u:INDEX=/var/indexes/%u I run dovecot expire-tool, target user's directory becomes executing user's one. According to wiki, userdb setting overrides m

[Dovecot] expire plugin

2010-06-20 Thread suzuki
Hello, I am testing expire plugin, with quota plugin enabled. When I execute expire-tool, maildirsize is not updated. Is there any solution to update maildirsize when executing expire-tool? # /usr/local/dovecot/sbin/dovecot --version 1.1.18 # /usr/local/dovecot/sbin/dovecot -n # 1.1.18: /usr/lo

Re: [Dovecot] expire plugin

2010-06-22 Thread suzuki
2010/6/22 Timo Sirainen : >> I am testing expire plugin, with quota plugin enabled. >> When I execute expire-tool, maildirsize is not updated. >> >> Is there any solution to update maildirsize when executing expire-tool? >> >> # /usr/local/dovecot/sbin/dovecot --version >> 1.1.18 > > You could try

[Dovecot] changing location of index files

2009-09-07 Thread suzuki
Hello, I think changing index files location of mail_location setting to reduce disk I/O. by adding "INDEX=/var/index/%d/%1n/%n" to mail_location like below, mail_location = maildir:~/Maildir:INDEX=/var/index/%d/%1n/%n Will this change cause any problems or data loss to existing pop3 users? Ther