AdminUser.wOrdpress.cOm

Archive for the ‘Sendmail’ Category

This article is converted from the Mailman FAQ Wizard
Credits:
——————
Jacinta Richardson , Duncan Drury, Mark Sapiro and the other good folks at mailman-users mailing list
————————————————————————-
Here are some common things to check when no mail is going out from your lists.
Also, do you get no mail at all from Mailman or just no posts? If you [...]

Enabling relay via SMTP auth for Sendmail

Posted by: SiiN on: September 4, 2007

Place following in sendmail.mc, rebuild sendmail.cf.
define(`confAUTH_MECHANISMS’, `DIGEST-MD5 CRAM-MD5 PLAIN LOGIN’)
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN’)
* AuthMechanisms specifies allowed SASL mechanisms.
* TrustAuthMech opens relay for users authenticated with specified method.