I know this topic has been touched on before but I have what I believe is a simple question.
Instead of creating a SASL password db and having to keep two password databases in check I want SASL to use OpenBSD's password file. There's no definitive answer so I want to try and put it out there. In /usr/local/lib/sasl2/Sendmail.conf I would have pwcheck_method: saslauthd. This would tell Sendmail to use saslauthd to authenticate SMTP connections. I would start saslauthd with the -a getpwent flag to have it check not against a SASL password database but against the system database. Are my assumptions correct?

