Chase the changes to rc.conf for the sasl1 port.

Approved By:	ceri (mentor)
This commit is contained in:
Brad Davis 2005-06-08 20:56:43 +00:00
parent b548f5d802
commit 02bd274c75
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24783

View file

@ -1653,7 +1653,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
<step>
<para>Now edit <filename>/etc/make.conf</filename> and add the
following lines:</para>
following line:</para>
<programlisting>SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
@ -1722,8 +1722,7 @@ define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl</programlisting>
<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>
<programlisting>cyrus_pwcheck_enable="YES"</programlisting>
<para>This will ensure the initialization of <acronym>SMTP_AUTH</acronym> upon system
boot.</para>