[NTLUG:Discuss] possibly OT: sendmail config on redhat
Jack Snodgrass
jack+ntlug at mylinuxguy.net
Sun Mar 23 05:59:12 CST 2003
On Sat, 22 Mar 2003 20:17:22 -0600, Jay Urish wrote:
> Try postfix... The config is in english and there are some good resources
> on the net..
>
> One other thing, postfix and sendmail are kind of like cousins... They have
> stuff in common..
> Your sasl stuff should work with it.
>
I vote for postfix too. I've used it for several years. The SMTP_AUTH
stuff works fine. ... if you spent too much time with sendmail allready...
it's time to cut your losses and move to something that won't take a PHD
to configure.
Here is the postfix stuff tell it to use SMTP_AUTH:
smtpd_recipient_restrictions = permit_sasl_authenticated,
mynetworks,
mx_backup,
reject
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
and you've got SMTP_AUTH configured
jack
More information about the Discuss
mailing list