Hello all, After an upgrade of OpenSuSE from 11.4 to 12.2, courier-authdaemon won't start (bug https://bugzilla.novell.com/show_bug.cgi?id=720141 still present). After fixing it manually (Simply changing the last "/" /var/run/authdaemon.courier-imap/pid to "." in /etc/init.d/courier-authdaemon will do the trick), there is another problem: Every time an user authenticates from pop or imap, this errors pops up: Nov 9 13:35:09 mail pop3d: authentication error: No such file or directory Nov 9 13:40:37 mail pop3d: authdaemon: s_connect() failed: No such file or directory The problem is the socket tryies to be created into the directory /var/run/authdaemon.courier-imap, that directory does not exist. Creating it manually and restarting courier-authdaemon all works correctly. The problem is that directory after a reboot disappears, so courier-authdaemon after a restart don't work anymore. For now i have modified the script /etc/init.d/courier-authdaemon, adding a line like this: /bin/mkdir /var/run/authdaemon.courier-imap Into the start section. I know is a fast fix up, but now i can't investigate more on this problem. And after a reboot, it works perfectly. Anyone suggest me a better fix ? Is a bug? Have a nice week-end, Claudio Prono. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org