Skip to Content.
Sympa Menu

en - Re: [sympa-users] too many sendmail connections

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: Tanel Kindsigo <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] too many sendmail connections
  • Date: Fri, 09 Jun 2006 08:32:41 +0200

Tanel Kindsigo wrote:


Hi!

Does anybody know how to limit sendmail connections then sending email to list. i have a mailing list, which members have a mailbox inside the same server, so when sending email, i get many connections simultanously.

## Maximum number of recipients per call to Sendmail
nrcpt 3
## Max. number of different domains per call to Sendmail
avg 1
## Max. number of Sendmail processes (launched by Sympa) running simultaneously
## Proposed value is quite low, you can rise it up to 100, 200 or even 300 with powerfull systems.
maxsmtp 2

these lines in sympa.conf do not help me.


Probably, you should increase avg and nrcpt : this will decrease the number of smtp session used in order to deliver all the message. Each session will deliver the message to more receipients.



Archive powered by MHonArc 2.6.19+.

Top of Page