[Kolab-devel] Upgrade report 3.1 to 3.2 on Debian Wheezy
Tobias Brunner
tobias at tobru.ch
Tue Feb 18 17:02:13 CET 2014
Hi,
I could resolve some of the Cyrus errors:
> Feb 15 19:04:30 james lmtpunix[8795]: ptload(): can't connect to
> ptloader server: Connection refused
> [...]
> Feb 15 19:15:01 james imaps[8790]: ptload failed: but canonified
> cyrus-admin -> cyrus-admin
Can be resolved by adding the following lines to the config files:
/etc/cyrus.conf:
SERVICES {
[...]
ptloader cmd="ptloader" listen="/var/lib/imap/socket/ptsock"
prefork=1
[...]
}
/etc/imapd.conf:
ptloader_sock: /var/lib/imap/socket/ptsock
That resolvs the above errors, but produces other ones:
Feb 18 09:39:09 james lmtpunix[26346]: ptload(): bad response from
ptloader server: identifier not found
Feb 18 09:39:09 james lmtpunix[26346]: ptload failed for
tobias^brunner at tobrunet.ch
> Feb 15 19:04:30 james lmtpunix[8795]: IDLE: error sending message
> NOTIFY to idled for mailbox tobrunet.ch!user.tobias^brunner:
> Connection refused.
> [...]
> Feb 15 19:05:35 james imap[8789]: IDLE: error sending message INIT to
> idled for mailbox tobrunet.ch!user.tobias^brunner: Connection refused.
> Falling back to polling every 60 seconds.
Can be resolved by adding the following line to the config file:
/etc/cyrus.conf:
START {
[...]
# this is only necessary if using idled for IMAP IDLE
idled cmd="idled"
[...]
}
Cheers,
Tobias
More information about the devel
mailing list