Re: [Kolab-devel] Upgrade report 3.1 to 3.2 on Debian Wheezy

Tobias Brunner <[email protected]>
Newsgroups gmane.comp.kde.devel.kolab
Message-ID <[email protected]>
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^[email protected]

> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.