diff options
| author | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-01-20 01:48:12 +0000 |
|---|---|---|
| committer | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-01-20 01:48:12 +0000 |
| commit | 141868ce36879219e8c241228cc93e462774ae12 (patch) | |
| tree | 8fe080110893b2fa9631bc13e381faa3c8b05e47 /usr.sbin/sendmail | |
| parent | 844812c437bb1da90a1642f18babfee823c17d24 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/cf/cf/hub.mc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/cf/cf/hub.mc b/usr.sbin/sendmail/cf/cf/hub.mc index f092aa52c8a1..98f35b80a69c 100644 --- a/usr.sbin/sendmail/cf/cf/hub.mc +++ b/usr.sbin/sendmail/cf/cf/hub.mc @@ -40,7 +40,7 @@ divert(-1) divert(0)dnl include(../m4/cf.m4) -VERSIONID(`$Id: hub.mc,v 1.1.2.4 1998/01/15 17:35:59 jmb Exp $') +VERSIONID(`$Id: hub.mc,v 1.1.2.5 1998/01/20 01:44:51 jmb Exp $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl @@ -78,7 +78,8 @@ define(`confTO_RSET', `1m')dnl define(`confTO_COMMAND', `5m')dnl define(`confTO_HOSTSTATUS', `30m')dnl define(`confMIN_QUEUE_AGE', `30m')dnl -define(`confMAX_QUEUE_RUN_SIZE', `100')dnl +define(`confMAX_QUEUE_RUN_SIZE', `500')dnl +define(`confQUEUE_SORT_ORDER', `host')dnl define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl define(`confTRUSTED_USERS', `majordom')dnl define(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_) @@ -147,6 +148,7 @@ Scheck_mail # may or may not have "<" ">" # the groups of rules in this ruleset ARE NOT independent. # "remove all RFC-822 comments" must come first +# "Connecting Host" and "Paul Vixie's RBL" must be last # # use the ones that you want comment out the rest # each group is preceded and followed by a comment |
