Deleted Added
full compact
submit.cf (98121) submit.cf (98841)
1#
1#
2# Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
2# Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3# All rights reserved.
4# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved.
5# Copyright (c) 1988, 1993
6# The Regents of the University of California. All rights reserved.
7#
8# By using this file, you agree to the terms and conditions set
9# forth in the LICENSE file which can be found at the top level of
10# the sendmail distribution.

--- 8 unchanged lines hidden (view full) ---

19#####
20######################################################################
21#####
22##### DO NOT EDIT THIS FILE! Only edit the source .mc file.
23#####
24######################################################################
25######################################################################
26
3# All rights reserved.
4# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved.
5# Copyright (c) 1988, 1993
6# The Regents of the University of California. All rights reserved.
7#
8# By using this file, you agree to the terms and conditions set
9# forth in the LICENSE file which can be found at the top level of
10# the sendmail distribution.

--- 8 unchanged lines hidden (view full) ---

19#####
20######################################################################
21#####
22##### DO NOT EDIT THIS FILE! Only edit the source .mc file.
23#####
24######################################################################
25######################################################################
26
27##### $Id: cfhead.m4,v 8.107 2001/07/22 03:25:37 ca Exp $ #####
27##### $Id: cfhead.m4,v 8.108 2002/06/13 18:53:24 ca Exp $ #####
28##### $Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $ #####
29##### $Id: submit.mc,v 8.6 2002/03/26 03:30:58 ca Exp $ #####
30##### $Id: msp.m4,v 1.32 2002/03/26 22:02:03 ca Exp $ #####
31
32##### $Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $ #####
33
34
28##### $Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $ #####
29##### $Id: submit.mc,v 8.6 2002/03/26 03:30:58 ca Exp $ #####
30##### $Id: msp.m4,v 1.32 2002/03/26 22:02:03 ca Exp $ #####
31
32##### $Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $ #####
33
34
35##### $Id: proto.m4,v 8.646 2002/05/19 21:22:40 gshapiro Exp $ #####
35##### $Id: proto.m4,v 8.649 2002/06/13 18:53:24 ca Exp $ #####
36
37# level 10 config file format
38V10/Berkeley
39
40# override file safeties - setting this option compromises system security,
41# addressing the actual file configuration problem is preferred
42# need to set this before any file actions are encountered in the cf file
43#O DontBlameSendmail=safe

--- 61 unchanged lines hidden (view full) ---

105# my name for error messages
106DnMAILER-DAEMON
107
108
109D{MTAHost}[localhost]
110
111
112# Configuration version number
36
37# level 10 config file format
38V10/Berkeley
39
40# override file safeties - setting this option compromises system security,
41# addressing the actual file configuration problem is preferred
42# need to set this before any file actions are encountered in the cf file
43#O DontBlameSendmail=safe

--- 61 unchanged lines hidden (view full) ---

105# my name for error messages
106DnMAILER-DAEMON
107
108
109D{MTAHost}[localhost]
110
111
112# Configuration version number
113DZ8.12.4/Submit
113DZ8.12.5/Submit
114
115
116###############
117# Options #
118###############
119
120# strip message body to 7 bits on input?
121O SevenBitInput=False

--- 211 unchanged lines hidden (view full) ---

333
334# load average at which we refuse connections
335#O RefuseLA=12
336
337# load average at which we delay connections; 0 means no limit
338#O DelayLA=0
339
340# maximum number of children we allow at one time
114
115
116###############
117# Options #
118###############
119
120# strip message body to 7 bits on input?
121O SevenBitInput=False

--- 211 unchanged lines hidden (view full) ---

333
334# load average at which we refuse connections
335#O RefuseLA=12
336
337# load average at which we delay connections; 0 means no limit
338#O DelayLA=0
339
340# maximum number of children we allow at one time
341#O MaxDaemonChildren=12
341#O MaxDaemonChildren=0
342
343# maximum number of new connections per second
344#O ConnectionRateThrottle=0
345
346# work recipient factor
347#O RecipientFactor=30000
348
349# deliver each queued job in a separate process?

--- 124 unchanged lines hidden (view full) ---

474
475# SMTP STARTTLS server options
476#O TLSSrvOptions
477
478# Input mail filters
479#O InputMailFilters
480
481
342
343# maximum number of new connections per second
344#O ConnectionRateThrottle=0
345
346# work recipient factor
347#O RecipientFactor=30000
348
349# deliver each queued job in a separate process?

--- 124 unchanged lines hidden (view full) ---

474
475# SMTP STARTTLS server options
476#O TLSSrvOptions
477
478# Input mail filters
479#O InputMailFilters
480
481
482
483# CA directory
484#O CACERTPath
485# CA file
486#O CACERTFile
487# Server Cert
488#O ServerCertFile
489# Server private key
490#O ServerKeyFile

--- 882 unchanged lines hidden ---
482# CA directory
483#O CACERTPath
484# CA file
485#O CACERTFile
486# Server Cert
487#O ServerCertFile
488# Server private key
489#O ServerKeyFile

--- 882 unchanged lines hidden ---