On Tue, Jul 06, 2010 at 01:06:42PM -0400, Phil Howard wrote:
On Tue, Jul 6, 2010 at 11:35, Papp Tamás tompos@martos.bme.hu wrote:
/usr/lib/dovecot/expire-tool.sh
Is it a script? I'm on Ubuntu 9.10 with Dovecot 1.1.11 and there is no /usr/lib/dovecot/expire-tool.sh though there is a /usr/lib/dovecot/expire-tool file which is an executable binary.
Sorry for the poor infor:(
Actually it's not exactly the Ubuntu's version of dovecot.
It's 1.2.10-0~auto+106 from http://xi.rename-it.nl/debian/ .
And yes, it's a script:
#!/bin/sh # # To make expire-tool working some failing plugins have to be removed # from MAIL_PLUGINS environment variable. # (see: http://wiki.dovecot.org/Plugins/Expire) # # This script must be installed as /usr/lib/dovecot/expire-tool.sh
MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} MAIL_PLUGINS=${MAIL_PLUGINS//mail_log/}
exec ${0%.sh} "$@"
Thank you,
tamas