[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sendmail auth



On Mon, Jun 16, 2003, Andrew Basterfield wrote:

> I am trying to set up sendmail+sasl2 for smtp relaying auth. I wish to use
> plaintext auth against the BSD passwd database (as SMTP will be over SSL).

>   define(ConfAUTH_MECHANISMS',PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI
> KERBEROS_V4')dnl
>   TRUST_AUTH_MECH('PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI KERBEROS_V4')dnl

Is this directly from your mc file?

Please see cf/README for the correct syntax:

define(`confAUTH_MECHANISMS',`PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI KERBEROS_V4')dnl
TRUST_AUTH_MECH(`PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI KERBEROS_V4')dnl