On Tue, Oct 12, 2004 at 09:55:01AM -0700, Sutherland, James wrote: > Anyone have experience with milter-greylist on a high volume server? By > high volume I mean 250k incoming mail connections per day? I've had > some problems in the past with milter falling apart under loads like > this when trying to use MPP and a virus scanner. There are two scallability problems in milter-greylist 1) RAM usage. But if you have a big mail server you can afford to buy more memory 2) time to dump the database to disk. This could be improved by using several buckets and dumping to disk bucket by bucket. Or by using an external database. Or by not dumping at all, which cause the greylist to be lost on power outtage. I don't see any other problem you can hit on a bigger setup. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Volume
2004-10-12 by Emmanuel Dreyfus
Attachments
- No local attachments were found for this message.