Replace myisp.com with example.net.

Suggested by:	ceri
This commit is contained in:
Giorgos Keramidas 2002-10-07 22:58:46 +00:00
parent 65ee70bfdc
commit 38399cad07
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14547

View file

@ -820,10 +820,12 @@ to /etc/mail/sendmail.cf.</programlisting>
<para>Another way is to get a full-time Internet server to provide secondary MX
services for your domain. For example, if your company's domain is
<hostid>example.com</hostid>:</para>
<hostid>example.com</hostid> and your Internet service provider has
set <hostid>example.net</hostid> up to provide secondary MX services
to your domain:</para>
<programlisting>example.com. MX 10 example.com.
MX 20 myisp.com.</programlisting>
MX 20 example.net.</programlisting>
<para>Only one host should be specified as the final recipient
(add <literal>Cw example.com</literal> in
@ -833,7 +835,7 @@ to /etc/mail/sendmail.cf.</programlisting>
deliver the mail it will try to connect to you (<hostid role="domainname">example.com</hostid>) over the modem
link. It will most likely time out because you are not online.
<application>Sendmail</application> will automatically deliver it to the
secondary MX site, i.e. your Internet provider (<hostid role="domainname">myisp.com</hostid>). The secondary MX
secondary MX site, i.e. your Internet provider (<hostid role="domainname">example.net</hostid>). The secondary MX
site will then periodically try to connect to
your host and deliver the mail to the primary MX host (<hostid role="domainname">example.com</hostid>).</para>