Update the SMTP_AUTH section just a tad.

This commit is contained in:
Tom Rhodes 2003-05-29 20:09:49 +00:00
parent dfece4616a
commit 0ce568f112
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17133

View file

@ -1236,6 +1236,15 @@ define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl</programlisting>
<application>sendmail</application> to 13 and watch
<filename>/var/log/maillog</filename> for any errors.</para>
<para>You may wish to add the following lines to <filename>/etc/rc.conf</filename>
so this service will be available after every system boot:</para>
<programlisting>sasl_pwcheck_enable="YES"
sasl_pwcheck_program="/usr/local/sbin/pwcheck"</programlisting>
<para>This will ensure the initialization of <acronym>SMTP_AUTH</acronym> upon system
boot.</para>
<para>For more information, please see the <application>sendmail</application>
page regarding
<ulink url="http://www.sendmail.org/~ca/email/auth.html">