Re: tao-d] Sendmail + plain text auth?

R P Herrold <herrold-lD49m8UYmPxWk0Htik3J/[email protected]> Thu, 26 May 2005 23:56:26 -0400 (EDT)
Newsgroups gmane.linux.tao.general
Message-ID <[email protected]>
On Thu, 26 May 2005, [email protected] wrote:

> 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.

See also some old writes up I did.  I used it just the other 
day as I was mungeing my sendmail.mc on a new mailserver
      http://www.owlriver.com/tips/sendmail-tip/
   and
      http://www.owlriver.com/tips/smtp-auth/

I wrote this back during the pre-beta for RHL 8.0 which David 
and I tested for Red Hat, as part of a testing group, which 
explains its coyness (there was an NDA) as to the affected 
release version.  Remember to install sendmail-cf and m4 and 
the sasl elements [point 4 in the second piece]

- Russ Herrold