Improve some grammar in the SMTP Authentication section.
This commit is contained in:
parent
05a4f6ddd4
commit
51c63fd1c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15481
1 changed files with 9 additions and 9 deletions
|
@ -1136,7 +1136,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
|||
your mail server has a number of benefits.
|
||||
<acronym>SMTP</acronym> Authentication can add another layer
|
||||
of security to sendmail, 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
|
||||
each time.</para>
|
||||
|
||||
|
@ -1146,7 +1146,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
|||
from the ports. You can find this port in
|
||||
<filename role="package">security/cyrus-sasl</filename>.
|
||||
<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
|
||||
pwcheck option.</para>
|
||||
</step>
|
||||
|
@ -1162,14 +1162,14 @@ freefall MX 20 who.cdrom.com</programlisting>
|
|||
|
||||
<para>This method will enable <application>sendmail</application>
|
||||
to authenticate against your FreeBSD <filename>passwd</filename>
|
||||
database. This saves the trouble creating a new set of usernames
|
||||
database. This saves the trouble of creating a new set of usernames
|
||||
and passwords for each user that needs to use
|
||||
<acronym>SMTP</acronym> authentication, and keeps the login
|
||||
and mail password the same.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Now, edit <filename>/etc/make.conf</filename> and add the
|
||||
<para>Now edit <filename>/etc/make.conf</filename> and add the
|
||||
following lines:</para>
|
||||
|
||||
<programlisting>SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
|
||||
|
@ -1194,16 +1194,16 @@ SENDMAIL_LDADD=-lsasl</programlisting>
|
|||
&prompt.root; <userinput>make install</userinput></screen>
|
||||
|
||||
<para>The compile of sendmail 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>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>After <application>sendmail</application> has been compiled
|
||||
and reinstalled, edit your <filename>/etc/mail/freebsd.mc</filename>
|
||||
file, or whichever file you use as your <filename>.mc</filename> 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 <filename>.mc</filename> file for
|
||||
uniqueness. Add these lines to it:</para>
|
||||
uniqueness). Add these lines to it:</para>
|
||||
|
||||
<programlisting>dnl set SASL options
|
||||
TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
|
||||
|
@ -1228,9 +1228,9 @@ define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl</programlisting>
|
|||
</procedure>
|
||||
|
||||
<para>If all has gone correctly, you should be able to enter your login
|
||||
information into the mail client, and send a test message.
|
||||
information into the mail client and send a test message.
|
||||
For further investigation, set the LogLevel of
|
||||
<application>sendmail</application> to 13, and watch
|
||||
<application>sendmail</application> to 13 and watch
|
||||
<filename>/var/log/maillog</filename> for any errors.</para>
|
||||
|
||||
<para>For more information, please see the <application>sendmail</application>
|
||||
|
|
Loading…
Reference in a new issue