FreeBSD Bugzilla – Attachment 23034 Details for
Bug 39757
Clarification for remote MX sendmail explanation (Handbook 18.5.3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
chapter.sgml.diff
chapter.sgml.diff (text/plain), 2.74 KB, created by
Chris Pepper
on 2002-06-24 05:20:01 UTC
(
hide
)
Description:
chapter.sgml.diff
Filename:
MIME Type:
Creator:
Chris Pepper
Created:
2002-06-24 05:20:01 UTC
Size:
2.74 KB
patch
obsolete
>Index: chapter.sgml >=================================================================== >RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v >retrieving revision 1.52 >diff -u -r1.52 chapter.sgml >--- chapter.sgml 2002/06/11 23:50:46 1.52 >+++ chapter.sgml 2002/06/24 04:12:24 >@@ -803,33 +803,33 @@ > <para>There are at least two ways to do this, an alternative > being UUCP.</para> > >- <para>The key is to get a Internet site to provide secondary MX >+ <para>The key is to get an full-time Internet server to provide secondary MX > service for your domain. For example:</para> > >- <programlisting>bigco.com. MX 10 bigco.com. >- MX 20 smalliap.com.</programlisting> >+ <programlisting>myco.com. MX 10 myco.com. >+ MX 20 myisp.com.</programlisting> > > <para>Only one host should be specified as the final recipient >- (add <literal>Cw bigco.com</literal> in >- <filename>/etc/mail/sendmail.cf</filename> on <hostid role="domainname">bigco.com</hostid>).</para> >+ (add <literal>Cw myco.com</literal> in >+ <filename>/etc/mail/sendmail.cf</filename> on <hostid role="domainname">myco.com</hostid>).</para> > > <para>When the sending <command>sendmail</command> is trying to >- deliver the mail it will try to connect to you over the modem >+ deliver the mail it will try to connect to you (<hostid role="domainname">myco.com</hostid>) over the modem > link. It will most likely time out because you are not online. > <command>sendmail</command> will automatically deliver it to the >- secondary MX site, i.e. your Internet provider. The secondary MX >- site will try every >- (<literal>sendmail_flags = -bd -q15m</literal> in >- <filename>/etc/rc.conf</filename>) 15 minutes to connect to >- your host to deliver the mail to the primary MX site.</para> >+ secondary MX site, i.e. your Internet provider (<hostid role="domainname">myisp.com</hostid>). The secondary MX >+ site will then try every >+ 15 minutes (assuming they have <literal>sendmail_flags = -bd -q15m</literal> in >+ <filename>/etc/rc.conf</filename> or the equivalent) to connect to >+ your host and deliver the mail to the primary MX host (<hostid role="domainname">myco.com</hostid>).</para> > > <para>You might want to use something like this as a login > script.</para> > > <programlisting>#!/bin/sh >-# Put me in /usr/local/bin/pppbigco >+# Put me in /usr/local/bin/pppmyisp > ( sleep 60 ; /usr/sbin/sendmail -q ) & >-/usr/sbin/ppp -direct pppbigco</programlisting> >+/usr/sbin/ppp -direct pppmyisp</programlisting> > > <para>If you are going to create a separate login script for a > user you could use <command>sendmail -qRbigco.com</command>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39757
: 23034