Deleted Added
full compact
TUNING (98121) TUNING (111823)
1# Copyright (c) 2001-2002 Sendmail, Inc. and its suppliers.
1# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers.
2# All rights reserved.
3#
4# By using this file, you agree to the terms and conditions set
5# forth in the LICENSE file which can be found at the top level of
6# the sendmail distribution.
7#
2# All rights reserved.
3#
4# By using this file, you agree to the terms and conditions set
5# forth in the LICENSE file which can be found at the top level of
6# the sendmail distribution.
7#
8# $Id: TUNING,v 1.18 2002/03/03 03:38:21 ca Exp $
8# $Id: TUNING,v 1.18.4.1 2003/02/07 18:19:51 ca Exp $
9#
10
11********************************************
12** This is a DRAFT, comments are welcome! **
13********************************************
14
15
16If the default configuration of sendmail does not achieve the

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

154over several other domains. For this case it is useful to specify
155three queue groups:
156
157QUEUE_GROUP(`local', `P=/var/spool/mqueue/local, F=f, R=2, I=1m')dnl
158QUEUE_GROUP(`one', `P=/var/spool/mqueue/one, F=f, r=50, R=3')dnl
159QUEUE_GROUP(`two', `P=/var/spool/mqueue/two, F=f, r=30, R=4')dnl
160QUEUE_GROUP(`remote', `P=/var/spool/mqueue/remote, F=f, r=5, R=8, I=2m')dnl
161define(`ESMTP_MAILER_QGRP', `remote')dnl
9#
10
11********************************************
12** This is a DRAFT, comments are welcome! **
13********************************************
14
15
16If the default configuration of sendmail does not achieve the

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

154over several other domains. For this case it is useful to specify
155three queue groups:
156
157QUEUE_GROUP(`local', `P=/var/spool/mqueue/local, F=f, R=2, I=1m')dnl
158QUEUE_GROUP(`one', `P=/var/spool/mqueue/one, F=f, r=50, R=3')dnl
159QUEUE_GROUP(`two', `P=/var/spool/mqueue/two, F=f, r=30, R=4')dnl
160QUEUE_GROUP(`remote', `P=/var/spool/mqueue/remote, F=f, r=5, R=8, I=2m')dnl
161define(`ESMTP_MAILER_QGRP', `remote')dnl
162define(`confSPLIT_ACROSS_QUEUEGROUPS', `True')dnl
163define(`confDELIVERY_MODE', `q')dnl
164define(`confMAX_QUEUE_CHILDREN', `50')dnl
165define(`confMIN_QUEUE_AGE', `27m')dnl
166
167and specify the queuegroup ruleset as follows:
168
169LOCAL_RULESETS
170Squeuegroup

--- 61 unchanged lines hidden ---
162define(`confDELIVERY_MODE', `q')dnl
163define(`confMAX_QUEUE_CHILDREN', `50')dnl
164define(`confMIN_QUEUE_AGE', `27m')dnl
165
166and specify the queuegroup ruleset as follows:
167
168LOCAL_RULESETS
169Squeuegroup

--- 61 unchanged lines hidden ---