From the PR:
Almost all instaces of <filename>some.host.name</filename> were replaced by <hostid role="fqdn">some.host.name</hostid> in revision 1.87. One was left behind. Let's end his suffering... While I'm here, slap <application> around various instances of sendmail and <filename> around sendmail.cf. PR: 24052 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Found while: Translating into German (*yuck*)
This commit is contained in:
parent
01c56d136b
commit
12c04efea7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8649
2 changed files with 12 additions and 12 deletions
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.133 2001/01/03 18:37:22 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.134 2001/01/05 20:12:11 alex Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
|
||||
|
@ -5960,7 +5960,7 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
|
|||
|
||||
<programlisting> !bg su user -c "sendmail -q"</programlisting>
|
||||
|
||||
<para>after the above shown entry. This forces sendmail to
|
||||
<para>after the above shown entry. This forces <application>sendmail</application> to
|
||||
process your mailqueue as soon as the connection to the 'net
|
||||
is established.</para>
|
||||
|
||||
|
@ -5979,10 +5979,10 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
|
|||
|
||||
<para>In order to send mail with the correct
|
||||
<literal>from:</literal> header, you must tell
|
||||
sendmail to use <literal>user@myISP.com</literal> rather than
|
||||
<application>sendmail</application> to use <literal>user@myISP.com</literal> rather than
|
||||
<literal>user@bsd.home</literal>. You may also wish to tell
|
||||
sendmail to send all mail via
|
||||
<filename>relay.myISP.com</filename>, allowing quicker mail
|
||||
<application>sendmail</application> to send all mail via
|
||||
<hostid role="fqdn">relay.myISP.com</hostid>, allowing quicker mail
|
||||
transmission.</para>
|
||||
|
||||
<para>The following <filename>.mc</filename> file should
|
||||
|
@ -6008,7 +6008,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
<para>Refer to the previous section for details of how to turn
|
||||
this <filename>.mc</filename> file into a
|
||||
<filename>sendmail.cf</filename> file. Also, don't forget to
|
||||
restart sendmail after updating sendmail.cf.</para>
|
||||
restart <application>sendmail</application> after updating <filename>sendmail.cf</filename>.</para>
|
||||
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.133 2001/01/03 18:37:22 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.134 2001/01/05 20:12:11 alex Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
|
||||
|
@ -5960,7 +5960,7 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
|
|||
|
||||
<programlisting> !bg su user -c "sendmail -q"</programlisting>
|
||||
|
||||
<para>after the above shown entry. This forces sendmail to
|
||||
<para>after the above shown entry. This forces <application>sendmail</application> to
|
||||
process your mailqueue as soon as the connection to the 'net
|
||||
is established.</para>
|
||||
|
||||
|
@ -5979,10 +5979,10 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
|
|||
|
||||
<para>In order to send mail with the correct
|
||||
<literal>from:</literal> header, you must tell
|
||||
sendmail to use <literal>user@myISP.com</literal> rather than
|
||||
<application>sendmail</application> to use <literal>user@myISP.com</literal> rather than
|
||||
<literal>user@bsd.home</literal>. You may also wish to tell
|
||||
sendmail to send all mail via
|
||||
<filename>relay.myISP.com</filename>, allowing quicker mail
|
||||
<application>sendmail</application> to send all mail via
|
||||
<hostid role="fqdn">relay.myISP.com</hostid>, allowing quicker mail
|
||||
transmission.</para>
|
||||
|
||||
<para>The following <filename>.mc</filename> file should
|
||||
|
@ -6008,7 +6008,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
<para>Refer to the previous section for details of how to turn
|
||||
this <filename>.mc</filename> file into a
|
||||
<filename>sendmail.cf</filename> file. Also, don't forget to
|
||||
restart sendmail after updating sendmail.cf.</para>
|
||||
restart <application>sendmail</application> after updating <filename>sendmail.cf</filename>.</para>
|
||||
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
Loading…
Reference in a new issue