Hello!
I need to allow authenticated users to use my server for SMTP, I figured
all I had to do was edit the following lines in esmtpd:

AUTHMODULES="authdaemon"
ESMTPAUTH="LOGIN"

I get this error in the logs:
Dec 28 10:32:34 mail courieresmtpd: error,relay=::ffff:[ip
removed],msg="535 Authentication failed.",cmd: AUTH LOGIN
And my client returns:
An unknown error has occurred.  Server Response: '250 DSN', Port: 25

I'm using postgres for authentication and crypt for passwords.  I tried
authmodule = authpgsql and I get this error:

Dec 28 10:31:05 mail courieresmtpd:
/usr/lib/courier/libexec/courier/modules/esmtp/authstart: invalid module
authpgsql
Dec 28 10:31:05 mail courieresmtpd: error,relay=::ffff:[ip
removed],msg="535 Authentication failed.",cmd: AUTH LOGIN

I've got the right account information in my client, and I've told it my
server requires authentication.

Any idea what I'm missing?

Thanks in advance!
Nick



-=-=-=-=-=-=-=-
Nick Riemondi
OuterScape
[EMAIL PROTECTED]
451-0535


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to