idled errors

Adam Tauno Williams awilliam at whitemice.org
Mon Sep 26 15:11:34 EDT 2011


On Mon, 2011-09-26 at 13:42 -0500, Dan White wrote:
> On 26/09/11 15:21 +0200, Riccardo Veraldi wrote:
> Is idled running as a process? Is it listening on
> /var/lib/imap/socket/idle? Try:
> netstat -l -p | grep <pid>

You can check this with "fuser" as well, which is a bit more
'streamlined'.

# fuser -u /var/lib/imap/socket/idle
/var/lib/imap/socket/idle:  3851(cyrus)

  - shows that user cyrus process 3851 is listening on the socket.

> Do your imapd processes have permissions (write?) to access the idled
> socket?

Permissions should be something like the below;  i did meet a Cyrus site
once that was having odd issues and the permissions on the socket
*directory*  were rw-rw----.  That was weird.

# ls -ld /var/lib/imap/socket
drwxr-x--- 2 cyrus mail 4096 Sep  1 05:47 /var/lib/imap/socket
# ls -l /var/lib/imap/socket/idle
srwxrwxrwx 1 cyrus mail 0 Sep  1 05:47 /var/lib/imap/socket/idle



More information about the Info-cyrus mailing list