Update the SMTP_AUTH section just a tad.
This commit is contained in:
parent
dfece4616a
commit
0ce568f112
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17133
1 changed files with 9 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue