SMTP Auth

In sendmail 8.11 (Redhat 7.2), is anyone using smtp auth and how did you get it to work?

I used the following in my sendmail.mc file:

define(`confAUTH_OPTIONS', `A')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl

and of course it denies all relaying.


The domains are listed in local-host-names, access, and relay-domains.

What am I missing?

I want it to authenticate using the same user/pass they use for pop3.

Thanks for any input.

 

 

 

 

Top