- Remove a contraction
- Add filename tags for extensions
This commit is contained in:
parent
a73b0ef036
commit
a82c814675
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15398
1 changed files with 5 additions and 5 deletions
|
@ -1155,7 +1155,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
||||||
<step>
|
<step>
|
||||||
<para>After installing <filename role="package">security/cyrus-sasl</filename>,
|
<para>After installing <filename role="package">security/cyrus-sasl</filename>,
|
||||||
edit <filename>/usr/local/lib/sasl/Sendmail.conf</filename>
|
edit <filename>/usr/local/lib/sasl/Sendmail.conf</filename>
|
||||||
(or create it if it doesn't exist) and add the following
|
(or create it if it does not exist) and add the following
|
||||||
line:</para>
|
line:</para>
|
||||||
|
|
||||||
<programlisting>pwcheck_method: passwd</programlisting>
|
<programlisting>pwcheck_method: passwd</programlisting>
|
||||||
|
@ -1201,8 +1201,8 @@ SENDMAIL_LDADD=-lsasl</programlisting>
|
||||||
<step>
|
<step>
|
||||||
<para>After <application>sendmail</application> has been compiled
|
<para>After <application>sendmail</application> has been compiled
|
||||||
and reinstalled, edit your <filename>/etc/mail/freebsd.mc</filename>
|
and reinstalled, edit your <filename>/etc/mail/freebsd.mc</filename>
|
||||||
file, or whichever file you use as your .mc file. Many administrators
|
file, or whichever file you use as your <filename>.mc</filename> file. Many administrators
|
||||||
choose to use the output from &man.hostname.1; as the .mc file for
|
choose to use the output from &man.hostname.1; as the <filename>.mc</filename> file for
|
||||||
uniqueness. Add these lines to it:</para>
|
uniqueness. Add these lines to it:</para>
|
||||||
|
|
||||||
<programlisting>dnl set SASL options
|
<programlisting>dnl set SASL options
|
||||||
|
@ -1219,9 +1219,9 @@ define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl</programlisting>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Finally, run &man.make.1; while in <filename>/etc/mail</filename>.
|
<para>Finally, run &man.make.1; while in <filename>/etc/mail</filename>.
|
||||||
That will run your new .mc file and create a .cf file named
|
That will run your new <filename>.mc</filename> file and create a <filename>.cf</filename> file named
|
||||||
<filename>freebsd.cf</filename> (or whatever name you've used
|
<filename>freebsd.cf</filename> (or whatever name you've used
|
||||||
for your .mc file). Copy that to <filename>sendmail.cf</filename>,
|
for your <filename>.mc</filename> file). Copy that to <filename>sendmail.cf</filename>,
|
||||||
and send a <command>kill -HUP</command> signal to
|
and send a <command>kill -HUP</command> signal to
|
||||||
<application>sendmail</application>.</para>
|
<application>sendmail</application>.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
Loading…
Reference in a new issue