[Dovecot] dovecot v1.2.1 expire-tool with mail_log enabled

2009-07-13 Thread Nikita Koshikov
Hello list, Sorry, if it has been asked, but searching throught list not give possitive answers. After upgrade to dovecot version 1.2.1 expire-tool stoped working. I have changed database format and config file to appropriative 1.2 version but: expire-tool.sh fails with: # dovecot -c /etc/dove

Re: [Dovecot] dovecot v1.2.1 expire-tool with mail_log enabled

2009-07-13 Thread e-frog
Nikita Koshikov wrote: > Hello list, > > Sorry, if it has been asked, but searching throught list not give possitive > answers. > > After upgrade to dovecot version 1.2.1 expire-tool stoped working. I have > changed database format and config file to appropriative 1.2 version but: > > expire-t

Re: [Dovecot] dovecot v1.2.1 expire-tool with mail_log enabled

2009-07-13 Thread Nikita Koshikov
On Mon, 13 Jul 2009 20:28:33 +0200 e-frog wrote: > Nikita Koshikov wrote: > > Hello list, > > > > Sorry, if it has been asked, but searching throught list not give possitive > > answers. > > > > After upgrade to dovecot version 1.2.1 expire-tool stoped working. I have > > changed database for

Re: [Dovecot] dovecot v1.2.1 expire-tool with mail_log enabled

2009-07-13 Thread e-frog
Nikita Koshikov wrote: > This helps, Thank you. > > Now my expire-tool.sh looks like: > #!/bin/bash > MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} > MAIL_PLUGINS=${MAIL_PLUGINS//mail_log/} > exec ${0%.sh} "$@" > > Maybe wiki should be updated to consider this trick ? How about this: http://wiki.d

Re: [Dovecot] dovecot v1.2.1 expire-tool with mail_log enabled

2009-07-13 Thread Timo Sirainen
On Mon, 2009-07-13 at 21:33 +0300, Nikita Koshikov wrote: > Now my expire-tool.sh looks like: > #!/bin/bash > MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} > MAIL_PLUGINS=${MAIL_PLUGINS//mail_log/} > exec ${0%.sh} "$@" > > Maybe wiki should be updated to consider this trick ? Kind of kludgy and shou

Re: [Dovecot] dovecot v1.2.1 expire-tool with mail_log enabled

2009-07-13 Thread Robert Schetterer
Timo Sirainen schrieb: > On Mon, 2009-07-13 at 21:33 +0300, Nikita Koshikov wrote: >> Now my expire-tool.sh looks like: >> #!/bin/bash >> MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} >> MAIL_PLUGINS=${MAIL_PLUGINS//mail_log/} >> exec ${0%.sh} "$@" >> >> Maybe wiki should be updated to consider this t