- Mark up sendmail with application element

PR:             docs/124148
Submitted by:   pgj
Approved by:    gabor (mentor)
This commit is contained in:
Gabor Pali 2008-05-31 09:35:18 +00:00
parent b7b4a62917
commit adc0236c11
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32103

View file

@ -6190,11 +6190,11 @@ options SYSVMSG # enable for messaging</programlisting>
<qandaentry>
<question id="sendmail-alternative">
<para>What other mail-server software can I use instead of
Sendmail?</para>
<application>sendmail</application>?</para>
</question>
<answer>
<para><ulink url="http://www.sendmail.org/">Sendmail</ulink> is
<para><ulink url="http://www.sendmail.org/"><application>Sendmail</application></ulink> is
the default mail-server software for FreeBSD, but you can
easily replace it with one of the other MTA (for instance,
an MTA installed from the ports).</para>
@ -6210,7 +6210,7 @@ options SYSVMSG # enable for messaging</programlisting>
<para>Diversity is nice, and the fact that you have many
different mail-servers to chose from is considered a
good thing; therefore try to avoid
asking questions like <quote>Is Sendmail better than
asking questions like <quote>Is <application>sendmail</application> better than
Qmail?</quote> in the mailing lists. If you do feel like
asking, first check the mailing list archives. The
advantages and disadvantages of each and every one of the
@ -8501,12 +8501,12 @@ Key F15 A A Menu Workplace Nop</programlisting>
<qandaentry>
<question id="sendmail-port-587">
<para>Sendmail is listening on port 587 as well as the
<para><application>sendmail</application> is listening on port 587 as well as the
standard port 25! What is going on?</para>
</question>
<answer>
<para>Recent versions of Sendmail support a
<para>Recent versions of <application>sendmail</application> support a
mail submission feature that runs over port 587. This is
not yet widely supported, but is growing in
popularity.</para>
@ -9129,7 +9129,7 @@ set dfilter 3 permit 0/0 0/0</programlisting>
<para>In the DNS case, you should try to determine what is
actually trying to resolve a host name. A lot of the
time, &man.sendmail.8; is the culprit. You should make
sure that you tell sendmail not to do any DNS lookups in
sure that you tell <application>sendmail</application> not to do any DNS lookups in
its configuration file. See the section on <ulink
url="&url.books.handbook;/smtp-dialup.html">using email with a
dialup connection</ulink> in the FreeBSD Handbook for
@ -9140,7 +9140,7 @@ set dfilter 3 permit 0/0 0/0</programlisting>
<programlisting>define(`confDELIVERY_MODE', `d')dnl</programlisting>
<para>This will make sendmail queue everything until the
<para>This will make <application>sendmail</application> queue everything until the
queue is run (usually, sendmail is invoked with
<option>-bd -q30m</option>, telling it to run the queue
every 30 minutes) or until a <command>sendmail