Replace references to /etc/sendmail.* files with their

proper /etc/mail/* equivalents.

PR:		docs/38000
Submitted by:	Jens Schweikhardt <schweikh@schweikhardt.net>
This commit is contained in:
Giorgos Keramidas 2002-05-12 23:34:30 +00:00
parent 9e7a4a86bf
commit 0cc094ea39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13058
2 changed files with 10 additions and 10 deletions

View file

@ -3816,9 +3816,9 @@ quit</programlisting>
You have asked mail to the domain (e.g., domain.net) to be
forwarded to a specific host (in this case, relay.domain.net)
by using an MX record, but the relay machine does not recognize
itself as domain.net. Add domain.net to /etc/sendmail.cw
itself as domain.net. Add domain.net to /etc/mail/local-host-names
(if you are using FEATURE(use_cw_file)) or add "Cw domain.net"
to /etc/sendmail.cf.
to /etc/mail/sendmail.cf.
</literallayout>
<para>The current version of the <ulink
@ -6476,7 +6476,7 @@ options SYSVMSG # enable for messaging</programlisting>
Sites that wish to exchange their mail via UUCP must install
another sendmail configuration file.</para>
<para>Tweaking <filename>/etc/sendmail.cf</filename> manually is
<para>Tweaking <filename>/etc/mail/sendmail.cf</filename> manually is
considered something for purists. Sendmail version 8 comes with
a new approach of generating config files via some
&man.m4.1;

View file

@ -766,9 +766,9 @@ How can I solve this problem?
You have asked mail to the domain (e.g., domain.net) to be
forwarded to a specific host (in this case, relay.domain.net)
by using an MX record, but the relay machine does not recognize
itself as domain.net. Add domain.net to /etc/sendmail.cw
itself as domain.net. Add domain.net to /etc/mail/local-host-names
(if you are using FEATURE(use_cw_file)) or add <quote>Cw domain.net</quote>
to /etc/sendmail.cf.</programlisting>
to /etc/mail/sendmail.cf.</programlisting>
<para>The <application>sendmail</application> FAQ is in
<filename>/usr/src/usr.sbin/sendmail</filename> and is
@ -801,7 +801,7 @@ to /etc/sendmail.cf.</programlisting>
<para>Only one host should be specified as the final recipient
(add <literal>Cw bigco.com</literal> in
<filename>/etc/sendmail.cf</filename> on bigco.com).</para>
<filename>/etc/mail/sendmail.cf</filename> on bigco.com).</para>
<para>When the senders' <command>sendmail</command> is trying to
deliver the mail it will try to connect to you over the modem
@ -1080,15 +1080,15 @@ freefall MX 20 who.cdrom.com</programlisting>
<itemizedlist>
<listitem>
<para>Add the hosts to your
<filename>/etc/sendmail.cw</filename> file if you are using the
<filename>/etc/mail/local-host-names</filename> file if you are using the
<literal>FEATURE(use_cw_file)</literal>. If you are using
sendmail 8.10 or higher, the file is
<filename>/etc/mail/local-host-names</filename>.</para>
a version of sendmail earlier than 8.10, the file is
<filename>/etc/sendmail.cw</filename>.</para>
</listitem>
<listitem>
<para>Add a <literal>Cwyour.host.com</literal> line to your
<filename>/etc/sendmail.cf</filename> or
<filename>/etc/mail/sendmail.cf</filename> or
<filename>/etc/mail/sendmail.cf</filename> if you are using
sendmail 8.10 or higher.</para>
</listitem>