Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 14:42:49 -0500
From:      Justin Burdine <justin@cyburdine.com>
To:        doc@freebsd.org
Subject:   20.7 SMTP Authentication addition.
Message-ID:  <20030212194249.GA594@cyburdine.com>

next in thread | raw e-mail | index | archive | help
I just got finished following the instructions on how to add smtp auth to sendmail found here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html

I did notice that I had to add the following in order to complete the instructions.

perhaps I went around the barn a different way, but it seems that this might be a good addition to that documentation.

** Begin ADDITION **
Edit /etc/rc.conf and add the following lines:

sasl_pwcheck_enable="YES"
sasl_pwcheck_program="/usr/local/sbin/pwcheck"

reboot the machine and all should run correctly
** End ADDITION **

Sincerely,

Justin Burdine
Computer Network Admin.
SECS @ Oakland University

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030212194249.GA594>