I'm going crazy trying to get SMTP AUTH to work. The problem seems to be in the relationship between sendmail and saslauthd Here's relevant stuff from maillog. The last two lines seem to be the key. I've been Googling for an hour; I see lots of people with the same problem, but no solutions. Feb 13 19:38:19 ciscy sendmail[28257]: NOQUEUE: connect from h-66-167-178-157.chcgilgm.dynamic.covad.net [66.167.178.157] Feb 13 19:38:19 ciscy sendmail[28257]: AUTH: available mech=DIGEST-MD5 CRAM-MD5, allowed mech=EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN Feb 13 19:38:20 ciscy sendmail[28257]: STARTTLS=server, relay=h-66-167-178-157.chcgilgm.dynamic.covad.net [66.167.178.157], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256 Feb 13 19:38:20 ciscy sendmail[28257]: STARTTLS=server, cert-subject=, cert-issuer=, verifymsg=ok Feb 13 19:38:20 ciscy sendmail[28257]: AUTH: available mech=DIGEST-MD5 CRAM-MD5, allowed mech=EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN Feb 13 19:38:23 ciscy sendmail[28257]: j1E1cJo7028257: AUTH failure (CRAM-MD5): user not found (-20) SASL(-13): user not found: no secret in database >From sendmail.mc TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl define(`confAUTH_OPTIONS', `A p y')dnl When I use testsaslauthd with my ID and password, it reports OK. How do I put a secret in the database? -- Steve