Can't get IDLE working..

Bron Gondwana brong at fastmail.fm
Fri Feb 6 23:38:27 EST 2009


On Sat, Feb 07, 2009 at 10:33:08AM +1030, Daniel O'Connor wrote:
> Hi,
> I'm trying to get the IDLE extension working, I have idled (I uncommented the 
> line in cyrus.conf and restarted) running but I get the following when I try 
> and connect to it..
> [midget 10:30] ~ >sudo telnet /usr/local/etc/imap/socket/idle
> Trying /usr/local/etc/imap/socket/idle...
> /usr/local/etc/imap/socket/idle: Protocol wrong type for socket

I think it's talking datagrams rather than streams...

imap/idled.c:312    if ((s = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1) {

Yep :)

Bron.


More information about the Info-cyrus mailing list