On Thu, Jan 20, 2011 at 03:27:15PM +0400, OpenBSD Geek wrote: > Hi, > > I use OpenBSD 4.7, and so Sendmail MTA 8.14.3 > I enabled TLS using good manpages : starttls. It's ok. > But now, i want to enable AUTH for smtp. > How can i achieve that ? > Thank you very much. > > Wesley M.
install the cyrus-sasl package and put
WANT_SMTPAUTH=yes
into /etc/mk.conf and then rebuild sendmail.
-Otto

