Re: Sendmail + plain text auth?
[email protected] Thu, 26 May 2005 22:13:16 +0200 (CEST)
| Newsgroups | gmane.linux.tao.general |
|---|---|
| Message-ID | <[email protected]> |
I haven't tried on Tao4 but I see no reason why this should not work on Tao4? Paste this into your sendmail.mc and rebuild your sendmail.cf (the first row is not needed, but it does not hurt you). define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl define(`confAUTH_OPTIONS', `A')dnl define(`confAUTH_MECHANISMS',`PLAIN LOGIN')dnl TRUST_AUTH_MECH(`PLAIN LOGIN')dnl If this doesent work for you please give more information than "I couldn't get it to work so far". The more specific you are the more we can help. Regards /Lars On Thu, 26 May 2005, Remco Barendse wrote: > Has anyone managed to get sendmail + plain text auth working in a simple > manner on Tao4? > > I found some info about it on the centos website but couldn't get it to > work so far.