Suggest using confDELIVERY_MODE in sendmail's .mc file to avoid
random dials in auto mode ppp.
This commit is contained in:
parent
083e73ecb4
commit
441557734f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2167
1 changed files with 13 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: network.sgml,v 1.1 1997-11-03 08:53:51 max Exp $ -->
|
||||
<!-- $Id: network.sgml,v 1.2 1997-11-14 20:22:31 brian Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect>
|
||||
|
@ -444,7 +444,18 @@ default 10.0.0.2 UGSc 0 0 tun0
|
|||
name="sendmail"> is the culprit. You should make sure that you tell
|
||||
sendmail not to do any DNS lookups in its configuration file. See
|
||||
the section on <ref id="ispmail" name="Mail Configuration"> for
|
||||
further details.
|
||||
details on how to create your own configuration file and what should
|
||||
go into it. You may also want to add the following line to your
|
||||
<bf/.mc/ file:
|
||||
|
||||
<verb>
|
||||
define(`confDELIVERY_MODE', `d')dnl
|
||||
</verb>
|
||||
|
||||
<p>This will make sendmail queue everything until the queue is
|
||||
run (usually, sendmail is invoked with ``-bd -q30m'', telling it
|
||||
to run the queue every 30 minutes) or until a ``sendmail -q''
|
||||
is done (perhaps from your ppp.linkup file).
|
||||
|
||||
<sect2>
|
||||
<heading>What do these CCP errors mean</heading>
|
||||
|
|
Loading…
Reference in a new issue