Skip to Content.
Sympa Menu

en - Re: [sympa-users] SMTP rate limiting

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Patrick von der Hagen <address@concealed>
  • To: address@concealed
  • Cc: Richard Gilbert <address@concealed>
  • Subject: Re: [sympa-users] SMTP rate limiting
  • Date: Mon, 20 Oct 2008 21:33:09 +0200

Richard Gilbert schrieb:
> We are using SYMPA 5.3.4 with Exim. When a message is sent to all our
> ~30,000 users it gets sent out as fast as SYMPA can manage. This has an
> adverse effect on the two IMAP servers containing the users' mailboxes.
> I would like to be able to restrict the rate at which messages are sent
> out. I have reduced maxsmtp to 5 and nrcpt to 50 but SYMPA still
> managed to send to all addresses in less than 3 minutes.
>
> Can anyone suggest how I should do this?
Do it with exim. Don't do it with sympa.
Seriously, sympa has one known limitation about sending out messages: if
it is interupted while sending out messages, it has no track-report
about which recipients already had a copy sent out and it starts all
over again. Now, if you extend the period it takes sympa to send the
message to the MTA, you increase the risk of problems.

Exim has decent queue-handling, so there won't be such problems. You
would gain lots of flexibility, for example you could restrict the
sending-rate to your IMAP servers without slowing down messages to other
destinations.

The smartest solution might be to solve the issue on your IMAP servers.
For example, if exim was the MTA on the IMAP servers, you could use
ratelimiting there, stop accepting messages when the load is above a
certain limit, etc.

But the way I suggest isn't really on topic on this list. ;-)

BTW, I'd just LOVE to seen an FAQ-entry "how to slow sympa down..." ;-)

--
CU,
Patrick.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.19+.

Top of Page