[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sendmail + sasl + ldap
On Mon, 9 Feb 2004 13:09:36 +0100
Dennis Schoen <ds@1d10t.de> wrote:
> If I recall correctly the default sendmail don't trust the PLAIN mechanism. You
> need to enable it with something like:
>
> TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5 GSSAPI KERBEROS_V4')
>
> in your .mc file.
>
> Ciao
> Dennis
> --
> "... [it is] something unearthly ... If there are sentient beings
> on other planets, then they play Go."
> - Emanuel Lasker, chess grandmaster
Sure, i have my own .mc file. First i try with CRAM-MD5 and DIGEST-MD5,
But saslauthd seems to support only plain (no problem, i have STARTTLS too),
so i change my original conf:
# cat snarl.mc |grep MECH
TRUST_AUTH_MECH(`PLAIN')dnl
define(`confAUTH_MECHANISMS', `PLAIN')dnl
In my oppinion is a sasl problem, not a sendmail one, but i'm completely lost