|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Limiting concurrent connections to one host
Subject: Re: Limiting concurrent connections to one host
From: Rafi Sadowsky (rafi
meron.openu.ac.il)
Date: Thu Jan 13 2000 - 15:05:13 CST
- Next message: Lindsey, Kelly: "newbie question sun 2.6"
- Previous message: Matthias Andree: "Re: cname rewite problem"
- In reply to: Jan Chrillesen: "Limiting concurrent connections to one host"
- Next in thread: Jan Chrillesen: "Re: Limiting concurrent connections to one host"
- Next in thread: Wietse Venema: "Re: Limiting concurrent connections to one host"
- Reply: Rafi Sadowsky: "Re: Limiting concurrent connections to one host"
- Reply: Jan Chrillesen: "Re: Limiting concurrent connections to one host"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
1) you should really limit the maximum network servers on the netscape
mail server
for NS messaging 3.X on the Admin page choose
"Server Configuration" -> "System Configuration" change
"Default Maximum Number of Concurrent Network Servers"
"Default Maximum Number of Concurrent Local Processes"
to something that your server can take
2) to limit postfix parallelism for a single SMTP destination
(you can replaces the "1" on the "slow" line with maximum concurrency that
the host can take ( I typically use 1(==no concurrency) for MS exchange))
---
in master.cf add a "slow" line
==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
#
==========================================================================
slow unix - - - - 1 smtp
---
in transport map for each "slow" destination
==
mail.domain slow:[nsmail.domain]
==(this will disable MX lookups for nsmail.domain
- loose the square brackets to enable MX processing_
- Next message: Lindsey, Kelly: "newbie question sun 2.6"
- Previous message: Matthias Andree: "Re: cname rewite problem"
- In reply to: Jan Chrillesen: "Limiting concurrent connections to one host"
- Next in thread: Jan Chrillesen: "Re: Limiting concurrent connections to one host"
- Next in thread: Wietse Venema: "Re: Limiting concurrent connections to one host"
- Reply: Rafi Sadowsky: "Re: Limiting concurrent connections to one host"
- Reply: Jan Chrillesen: "Re: Limiting concurrent connections to one host"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This archive was generated by hypermail 2b27 : Thu Jan 13 2000 - 15:07:28 CST