Simon Matter wrote:
My rpms do this on upgrade:
if grep -q "ctl_deliver *-E" /etc/cyrus.conf ; then
/usr/bin/perl -pi -e "s/ctl_deliver *-E/cyr_expire -E/" /etc/cyrus.conf
fi
How did you upgrade?
I updated the package lists with dselect and then installed. This brings
in security updates a
Simon Matter wrote:
Yes, the change from ctl_deliver to cyr_expire should be done with the
upgrade from 2.2 to 2.3. At least I do so in my rpms.
Hm, I upgraded from 1.5 to 2.1 (I think) and was using cyr_expire with
2.1. The docs instruct you to change when upgrading from 2.0.16 or
earlier.
Simon Matter wrote:
Hm, nobody on that?
Both are correct, depending on the version of cyrus you use.
THX! It's version 2.2.*. Upgrade documentation says it should be changed
from ctl_deliver to cyr_expire, but it's still ctl_deliver in the
default config on Debian testing. I had changed to
Hm, nobody on that?
listrcv wrote:
Hi,
which of the following statements, in cyrus.conf, is to be used:
delprunecmd="/usr/lib/cyrus/bin/cyr_expire -E 3"
or
delprunecmd="/usr/sbin/ctl_deliver -E 3"
? Documentation[1] says:
ctl_deliver -E ha
Hi,
which of the following statements, in cyrus.conf, is to be used:
delprunecmd="/usr/lib/cyrus/bin/cyr_expire -E 3"
or
delprunecmd="/usr/sbin/ctl_deliver -E 3"
? Documentation[1] says:
ctl_deliver -E has been deprecated in favor of
cyr_expire -E. This new tool d