24 messages in net.sourceforge.lists.courier-users[courier-users] courierfilterd and au...
FromSent OnAttachments
Samuel PennJun 26, 2004 6:38 am 
Samuel PennJun 26, 2004 9:21 am 
Arturo "Buanzo" BusleimanJun 26, 2004 9:31 am 
Samuel PennJun 26, 2004 11:55 am 
Sam VarshavchikJun 26, 2004 12:16 pm 
Samuel PennJun 26, 2004 2:01 pm 
Sam VarshavchikJun 26, 2004 2:23 pm 
Samuel PennJun 26, 2004 3:10 pm 
Sam VarshavchikJun 26, 2004 4:54 pm 
Samuel PennJun 27, 2004 1:11 am 
Samuel PennJun 27, 2004 2:05 am 
Eric N. ValorJul 15, 2004 1:28 am 
Sam VarshavchikJul 15, 2004 4:05 am 
Eric N. ValorJul 15, 2004 9:11 am 
Eric N. ValorJul 15, 2004 12:29 pm 
Eric N. ValorJul 15, 2004 1:56 pm 
Sam VarshavchikJul 15, 2004 3:46 pm 
Eric N. ValorJul 15, 2004 5:30 pm 
Sam VarshavchikJul 15, 2004 6:19 pm 
Phillip HutchingsJul 15, 2004 6:21 pm 
James N. HartJul 15, 2004 6:49 pm 
Eric N. ValorJul 15, 2004 7:06 pm 
Sam VarshavchikJul 15, 2004 7:47 pm 
Eric N. ValorJul 17, 2004 1:42 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:[courier-users] courierfilterd and authdaemon problemsActions...
From:Samuel Penn (sa@bifrost.demon.co.uk)
Date:Jun 26, 2004 6:38:39 am
List:net.sourceforge.lists.courier-users

I've just installed Courier on a Gentoo Linux box, and I'm having a few issues getting things working. Until yesterday, I'd been running Courier fine under SuSE for the last couple of years.

IMAP seems to be working, and I can login and read my old maildirs fine (I used to have virtual users using plain userdb, I'm moving to real users now, so just copied the maildirs into the home dirs).

However, I've got two problems:

First, if I try to start things from the init script, things seem to hang when starting courierfilterd:

wotan courier # /etc/init.d/courier start * Starting Courier mail server:... * generating-POP3-SSL-certificate...... /etc/courier-imap/pop3d.pem already exists. * generating-IMAP-SSL-certificate...... /etc/courier-imap/imapd.pem already exists. * Starting courierfilterd...

There's a couple of courierfilter related processes running:

mail 4476 1 0 14:01 ? 00:00:00 /usr/sbin/courierfilter start mail 4478 1 0 14:01 ? 00:00:00 courierlogger courierfilter

If I "strace -p4478" I just get a "read(0,"

I can ctrl-C this and set IMAP and ESMTP manually, which gives me enough running to connect to things. The init script is running courierfilter start btw at the point it hangs.

Anyway, the second issue, which may be related to the first, is that all inbound smtp mail is throwing an error:

CRIT: authdaemon: s_connect() failed: No such file or directory Followed by a: 450 Service temporarily unavailable.

I've checked the FAQ, and I don't think it's either of the issues listed there, in that the authentication backend isn't running. I've got several authdaemond.plain processes running after starting authdaemon, and I can do:

/usr/lib/courier-imap/authlib/authtest sam <password>

And it comes back with a success. It also authenticates me correctly if I login via IMAP.

Something I'm not entirely sure of is what authentication system I'm using. It's obviously authenticating against my UNIX account, and I haven't set anything up specifically.

In authdaemonrc: authmodulelist="authpam"

I'm delivering mail to SMTP via fetchmail, using the same script that I used to use. Could it be expecting some authentication from fetchmail now which it wasn't before? I'd sort of expect an 'access denied' rather than 'No such file or directory' error in this case however.

Thanks for any help.