cyrus 2.3.11: cyr_expire can't remove deleted mailboxes
Hello list members, we have delete_mode and expunge_mode set to delayed on our cyrus 2.3.11 backend. When cyr_expire tries to remove deleted mailboxes, it fails with the following error: cyr_expire[24222]: can not connect to mupdate server for delete of 'DELETED.DELETED.user...47EA470C.47EA773C' cyr_expire[24222]: couldn't authenticate to backend server : SASL library not initialized We are currently upgrading our murder installation from 2.2 to 2.3. master already is 2.3.11, the frontends are still 2.2.13 and this is our first 2.3.11 backend. Upgrading is done by transfering the mailboxes from the old backends to the new. We are using cyrus 2.3.11 with sasl2 2.1.22. For authentication between the servers we are using kerberos V (GSSAPI). 'mupdate -m' works. -- /etc/cyrus.conf -- START { recover cmd="ctl_cyrusdb -r" mupdatepush cmd="ctl_mboxlist -m" } SERVICES { imap cmd="imapd" listen="imap" prefork=0 pop3 cmd="pop3d" listen="pop3" prefork=0 sieve cmd="timsieved" listen="sieve" prefork=0 lmtp cmd="lmtpd" listen="lmtp" prefork=0 lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0 } EVENTS { checkpointcmd="ctl_cyrusdb -c" period=30 delprune cmd="cyr_expire -E 3 -D 1 -X 1" at=0400 tlsprune cmd="tls_prune" at=0400 squat cmd="squatter -s -r user" at=2300 kinit cmd="/usr/bin/kinit -k " period=30 } -- end -- -- /etc/imapd.conf -- configdirectory: /var/imap defaultpartition: mehl partition-mehl: /mehl unixhierarchysep: yes allowplaintext: yes admins: proxyservers: mupdate_server: gentileschi.wu-wien.ac.at mupdate_authname: allowusermoves: yes allowallsubscribe: yes sieveusehomedir: false sievedir: /var/imap/sieve sasl_pwcheck_method: saslauthd sasl_mech_list: plain gssapi fulldirhash: yes hashimapspool: yes delete_mode: delayed expunge_mode: delayed -- end -- kind regards, ernst jeschek -- [EMAIL PROTECTED]|\ _,,,---,,_ Fax: +43/1/31336/702 ZZZzz /,`.-'`'-. ;-;;,_ Zentrum fuer Informatikdienste |,4- ) )-,_. ,\ ( `'-' Wirtschaftsuniversitaet Wien '---''(_/--' `-'\_) fL pgpvStN0TBzIr.pgp Description: PGP signature Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
Re: cyrus 2.3.11: cyr_expire can't remove deleted mailboxes
On Mon, Mar 31, 2008 at 12:13:38PM +0200, Wolfgang Breyha wrote: > https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=3034 > > http://www.invoca.ch/pub/packages/cyrus-imapd/cyrus-imapd-2.3.11-3.src.rpm > and newer versions include the proposed fix. Thank you! I tried the patch, now it works. kind regards, ernst jeschek -- [EMAIL PROTECTED]|\ _,,,---,,_ Fax: +43/1/31336/702 ZZZzz /,`.-'`'-. ;-;;,_ Zentrum fuer Informatikdienste |,4- ) )-,_. ,\ ( `'-' Wirtschaftsuniversitaet Wien '---''(_/--' `-'\_) fL pgpc6T5jv8smN.pgp Description: PGP signature Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html