3 messages in net.sourceforge.lists.courier-users[courier-users] Re: Authenticated cli...
FromSent OnAttachments
Michael BernardoMay 15, 2002 9:14 am 
Christopher MilesMay 15, 2002 12:25 pm 
Sam VarshavchikMay 15, 2002 2:12 pm 
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] Re: Authenticated client SMTP connections for clients onlyActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 15, 2002 2:12:41 pm
List:net.sourceforge.lists.courier-users

Michael Bernardo writes:

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

Now my clients are able to send out Emails by configuring outgoing mail with authentication.

The problem is, we cannot receive Email because even server connections require authentication.

That's what AUTH_REQUIRED=1 means.

Is there a way to turn off server authentication connections or am I missing something here?

What you're missing is that when an incoming connection is accepted, there's absolutely nothing that distinguishes a connection from a mail client, and a connection from mail server. Both are SMTP connections.

Without AUTH_REQUIRED=1, authentication is still allowed, but it's optional. Configure the mail clients to use SMTP authentication, and leave everything else alone.