Add some applications and option tags.
Submitted by: Marco Trentini <mark@ppp-192-248.29-151.libero.it>
This commit is contained in:
parent
30ceb95de2
commit
fbbfd2ea7a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15537
1 changed files with 4 additions and 4 deletions
|
@ -1135,7 +1135,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
||||||
<para>Having <acronym>SMTP</acronym> Authentication in place on
|
<para>Having <acronym>SMTP</acronym> Authentication in place on
|
||||||
your mail server has a number of benefits.
|
your mail server has a number of benefits.
|
||||||
<acronym>SMTP</acronym> Authentication can add another layer
|
<acronym>SMTP</acronym> Authentication can add another layer
|
||||||
of security to sendmail, and has the benefit of giving mobile
|
of security to <application>sendmail</application>, and has the benefit of giving mobile
|
||||||
users who switch hosts the ability to use the same mail server
|
users who switch hosts the ability to use the same mail server
|
||||||
without the need to reconfigure their mail client settings
|
without the need to reconfigure their mail client settings
|
||||||
each time.</para>
|
each time.</para>
|
||||||
|
@ -1148,7 +1148,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
||||||
<filename role="package">security/cyrus-sasl</filename> has
|
<filename role="package">security/cyrus-sasl</filename> has
|
||||||
a number of compile time options to choose from and, for
|
a number of compile time options to choose from and, for
|
||||||
the method we will be using here, make sure to select the
|
the method we will be using here, make sure to select the
|
||||||
pwcheck option.</para>
|
<option>pwcheck</option> option.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1185,7 +1185,7 @@ SENDMAIL_LDADD=-lsasl</programlisting>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Recompile sendmail by executing the following commands:</para>
|
<para>Recompile <application>sendmail</application> by executing the following commands:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/src/usr.sbin/sendmail</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/src/usr.sbin/sendmail</userinput>
|
||||||
&prompt.root; <userinput>make cleandir</userinput>
|
&prompt.root; <userinput>make cleandir</userinput>
|
||||||
|
@ -1193,7 +1193,7 @@ SENDMAIL_LDADD=-lsasl</programlisting>
|
||||||
&prompt.root; <userinput>make</userinput>
|
&prompt.root; <userinput>make</userinput>
|
||||||
&prompt.root; <userinput>make install</userinput></screen>
|
&prompt.root; <userinput>make install</userinput></screen>
|
||||||
|
|
||||||
<para>The compile of sendmail should not have any problems
|
<para>The compile of <application>sendmail</application> should not have any problems
|
||||||
if <filename>/usr/src</filename> has not been changed extensively
|
if <filename>/usr/src</filename> has not been changed extensively
|
||||||
and the shared libraries it needs are available.</para>
|
and the shared libraries it needs are available.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
Loading…
Reference in a new issue