3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ESMTP authenticat...
FromSent OnAttachments
Kate PorterJan 22, 2004 6:26 pm 
Kate PorterJan 22, 2004 7:04 pm 
Jeff JansenJan 23, 2004 1:06 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: [courier-users] ESMTP authentication/relayActions...
From:Kate Porter (ka@oversee.net)
Date:Jan 22, 2004 7:04:39 pm
List:net.sourceforge.lists.courier-users

Solved it!

I apologize for polluting the list with what turned out to be a simple mistake on my part. The actual problem was that esmtpd.authpam was missing a 'd' in the filename!

I am still curious about one thing: What does AUTH_REQUIRED variable do? I am still under the impression that all of my mail will be rejected if I flip it.

I would like to set up client esmtp auth with no smtpaccess restrictions.

esmtpd contains

AUTHMODULES="authdaemon" ESMTPAUTH="LOGIN CRAM-MD5"

smtpaccess/ is empty; smtpaccess.dat regenerated.

If I configure the client to authenticate, valid username/password (the same one that works on imap) fails. If I tell it not to authenticate, Relaying is denied (that much is obvious).

One note:

AUTH_REQUIRED=0 because if i set to 1, all messages bounce with "authentication required".

Thanks for any help.