Hello, I googled on this and followed the instructions from faq and checked permissions, but the next problem persists: I'm using courier-imap-4.0.6.20051004 with courier-authlib-0.57.20051004 and mysql 4.1, I keep getting this messages in my maillog:

--- start ---
Nov 8 08:55:42 temporal imapd: authdaemon: s_connect() failed: No such file or directory Nov 8 08:55:42 temporal imapd: LOGIN FAILED, user=foobar, ip=[::ffff:127.0.0.1] Nov 8 08:55:42 temporal imapd: authentication error: No such file or directory
--- end ---

My authlib is compiled with mysql support, but I can not see the authdaemond.mysql process running (I read that it needs to be running), just the authdaemond, however the logs say that the lib for the mysql backend is loaded. I'm compiling authlib with these lines:

--- start ---
CFLAGS="-O2 -march=athlon -mcpu=athlon" \
./configure --prefix=/usr/local/courier/$1 \
--with-authmysql \
--without-authuserdb \
--without-authpam \
--without-authldap \
--without-authpwd \
--without-authshadow \
--without-authvchkpw \
--without-authpgsql \
--without-authcustom \
--without-authpipe \
--with-authdaemonrc=/usr/local/courier/$1/etc/authlib/authdaemonrc \
--with-authdaemonvar=/usr/local/courier/$1/var \
--with-authmysqlrc=/usr/local/courier/$1/etc/authlib/authmysqlrc \
--with-mysql-libs=/usr/lib/mysql/ \
--with-mysql-includes=/usr/include/mysql/
--- end ---

and in my authdaemonrc I have these lines:

version="authdaemond.mysql"
authmodulelist="authmysql"
authdaemonvar=/usr/local/courier/ujs/var

netstat shows this:

unix 2 [ ACC ] STREAM LISTENING 610843 22613/authdaemond /usr/local/courier/temporal/var/socket.tmp

in the var directory (which has 755 as its permissions) I have this:

srwxrwxrwx 1 root root 0 2005-11-07 17:04 /usr/local/courier/temporal/var/socket=

I don't know if the problem has something to do with the fact that authdaemon is saying socket.tmp and the socket is socket. Any help is appreciated.

Thanks,
Rodolfo.




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to