On 2011-06-21, at 4:24 PM, gdrm wrote: > Hello misc, > I'm trying to configure OpenBSD4.9 with Sendmail as a mail server and so far, > so good, I have a configuration with static IP, masked and with ssl support, > but I can not figure out how to implement sasl, someonehas a link where to > find information and guides on the subject? > thanks >
1) You have to have a file /usr/local/lib/sasl2/Sendmail.conf with pwcheck_method: saslauthd 2) man 8 saslauthd has the detailed info and please read it. I start saslauthd -a getpwent in rc.local 3) Create your users using saslpasswd2 4) /usr/share/sendmail README has a lot of the smtpauth details. Please read that as well. HTH, Vijay Sankar [email protected]

