diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index c930c506b8..4de26447e7 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -3816,9 +3816,9 @@ quit
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.
The current version of the
Sites that wish to exchange their mail via UUCP must install
another sendmail configuration file.
- Tweaking /etc/sendmail.cf manually is
+ Tweaking /etc/mail/sendmail.cf manually is
considered something for purists. Sendmail version 8 comes with
a new approach of generating config files via some
&man.m4.1;
diff --git a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
index 3d5c8cf419..2657335b4f 100644
--- a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
@@ -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 Cw domain.net
-to /etc/sendmail.cf.
+to /etc/mail/sendmail.cf.
The sendmail FAQ is in
/usr/src/usr.sbin/sendmail and is
@@ -801,7 +801,7 @@ to /etc/sendmail.cf.
Only one host should be specified as the final recipient
(add Cw bigco.com in
- /etc/sendmail.cf on bigco.com).
+ /etc/mail/sendmail.cf on bigco.com).
When the senders' sendmail 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
Add the hosts to your
- /etc/sendmail.cw file if you are using the
+ /etc/mail/local-host-names file if you are using the
FEATURE(use_cw_file). If you are using
- sendmail 8.10 or higher, the file is
- /etc/mail/local-host-names.
+ a version of sendmail earlier than 8.10, the file is
+ /etc/sendmail.cw.
Add a Cwyour.host.com line to your
- /etc/sendmail.cf or
+ /etc/mail/sendmail.cf or
/etc/mail/sendmail.cf if you are using
sendmail 8.10 or higher.