Sendmail and smtp-auth against passwd
Matthias Fechner
idefix at fechner.net
Tue Nov 28 07:17:19 PST 2006
Hi,
* Vince <jhary at unsane.co.uk> [27-11-06 11:03]:
> define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
> TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
thx for all the answers even the PMs I got.
I found the problem now:
The problem is/was if you have the two lines:
define(confAUTH_MECHANISMS', LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
TRUST_AUTH_MECH(LOGIN PLAIN DIGEST-MD5 CRAM-MD5')
sendmail uses the sasldb for authentification but if you replace them
with:
define(confAUTH_MECHANISMS',PLAIN LOGIN')dnl
TRUST_AUTH_MECH(PLAIN LOGIN')dnl
everythings works fine.
So it is necessary to disable strong authentification. It seems that
the saslauthd cannot handle it :(
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
More information about the freebsd-questions
mailing list