8 messages in net.sourceforge.lists.courier-users[courier-users] Re: Authenticated ESM...
FromSent OnAttachments
Bryan RossOct 2, 2001 3:21 am 
Bill MichellOct 2, 2001 3:48 am 
Sam VarshavchikOct 2, 2001 4:48 am 
Bryan RossOct 2, 2001 6:27 am 
Bryan RossOct 2, 2001 6:34 am 
Sam VarshavchikOct 2, 2001 2:42 pm 
Bryan RossOct 3, 2001 6:18 am 
Sam VarshavchikOct 3, 2001 3:39 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 ESMTPD relaying not workingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 2, 2001 2:42:46 pm
List:net.sourceforge.lists.courier-users

Bryan Ross writes:

I think my real question is how to specify in smtpaccess that clients from any IP address may relay mail as long as a username and password has been supplied.

Nothing needs to be specified for this to happen. Authenticated with a username and password automatically grants relaying privileges.

Connect to your own port 25, and make sure that authentication is advertised:

HLO default 250-ny.email-scan.com Ok. 250-AUTH LOGIN CRAM-MD5 250-AUTH=LOGIN CRAM-MD5 X-NETSCAPE-HAS-BUGS 250-STARTTLS 250-XVERP 250-XEXDATA 250-XSECURITY=NONE,STARTTLS 250-PIPELINING 250-8BITMIME 250-SIZE 250 DSN

As long as AUTH LOGIN is listed, nothing else needs to be done.