On Apr 4, 2007, at 11:34 PM, Bill D'Anjou wrote:
For me, the problem seemed to arise when we were under a spam attack.
It appears as though simscan could not keep up under the load (or is
spamassassin the problem?). Are there faster, more robust
alternatives
to consider? FYI, I am running greylisting which seems to hold up
under
any load & considerably reduces the amount of spam (& viruses) that
get
thru.
Here's a tcpserver patch I installed a while ago that has helped me
out quite a bit:
http://linux.voyager.hr/ucspi-tcp/
It allows you to limit concurrent connections per IP address or class
C, and can also temporarily stop accepting connections if server load
gets too high.
Stopping connections at high load prevents SA from getting swamped --
it kind of smooths things out a bit. Of course, if you install the
patch and your server is constantly under high load, then you need
more ram and/or a faster server.
I also configured my port 587 for SMTP to not have the same limits,
and to require authentication, so my authenticated customers can
always send (which is OK since their email doesn't go through
SpamAssassin.
--
Tom Collins - [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/