16 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] i need help with sqwe...
FromSent OnAttachments
Guido R. Rolon A.May 28, 2005 5:42 am 
Brian CandlerMay 29, 2005 1:57 am 
Guido R. Rolon A.May 30, 2005 5:41 am 
Guido R. Rolon A.May 30, 2005 6:41 am 
Brian CandlerMay 30, 2005 11:24 pm 
Brian CandlerMay 30, 2005 11:28 pm 
Guido R. Rolon A.May 31, 2005 5:32 am 
Brian CandlerMay 31, 2005 11:29 pm 
Guido R. Rolon A.Jun 1, 2005 4:22 am 
Guido R. Rolon A.Jun 1, 2005 7:27 pm 
Brian CandlerJun 2, 2005 12:39 pm 
Guido R. Rolon A.Jun 2, 2005 7:33 pm 
Sam VarshavchikJun 2, 2005 7:51 pm 
Brian CandlerJun 2, 2005 11:39 pm 
Brian CandlerJun 2, 2005 11:41 pm 
Guido R. Rolon A.Jun 3, 2005 5:23 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] i need help with sqwebmail and courier-imap-popActions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jun 2, 2005 12:39:36 pm
List:net.sourceforge.lists.courier-sqwebmail

On Wed, Jun 01, 2005 at 10:28:12PM -0400, Guido R. Rolon A. wrote:

[root@yoda root]# ls -l /usr/local/var/spool/authdaemon/socket ls: /usr/local/var/spool/authdaemon/socket: No such file or directory

When you built and installed courier-authlib, you would have got a new authdaemon. Did you start it?

[root@yoda root]# courierauthconfig --configfiles userdb=/usr/local/etc/authlib/userdb authdaemonrc=/usr/local/etc/authlib/authdaemonrc authldaprc=/usr/local/etc/authlib/authldaprc authmysqlrc=/usr/local/etc/authlib/authmysqlrc authpgsqlrc=/usr/local/etc/authlib/authpgsqlrc mailuser=daemon mailgroup=daemon mailuid=2 mailgid=2 sbindir=/usr/local/sbin

That implies to me that you'll find an authdaemond startup script in /usr/local/sbin/authdaemond; try

/usr/local/sbin/authdaemond start

authdaemond. Try:

strings /usr/local/libexec/courier-authlib/authdaemond | grep socket

(or whatever path is given in that file), and that should show you where it's going to create the socket when it starts up.

Brian.