On Sat, 2007-01-06 at 00:39 -0600, Jeremy C. Reed wrote:
Attempting to use dovecot-1.0.rc16 on centos built with:
env CPPFLAGS=-I/usr/kerberos/include
./configure --prefix=/local/service/dovecot --with-ssl=openssl
--with-ioloop=best
So I guess best meant epoll with you?
Jan 5 19:52:28 hostabc dovecot: imap-login: No authentication sockets found Jan 5 19:52:28 hostabc dovecot: child 14361 (login) returned error 89 .. I looked in ./src/lib-auth/auth-client.c and saw this was related to ioloop.
Well it's not really related to ioloop. It just means that dovecot-auth didn't create authentication sockets into /var/run/dovecot/login directory. I've no idea why changing epoll to poll would have fixed it. Maybe you did something else while recompiling it that really fixed it? :)