On Thu, Aug 09, 2007 at 12:32:10PM -0400, Paolo Supino wrote: > I want to add SMTP auth to sendmail. Will it be easier for me to try > and add the support to the source shipped by OpenBSD or to the source > that I will download from sendmail.org? > Other suggestions on setting up a mail server with SMTP auth are > welcome.
1. Put 'WANT_SMTPAUTH=1' in your /etc/mk.conf file. 2. Extract src.tar.gz to /usr/src. 3. Rebuild sendmail. -ME

