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. ---- 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