Jeff Wasilko <jeffw@...> wrote: > I guess this is one tradeoff of using an on-disk db (like BDB) > vs. trying to keep it in memory. Keeping everything in memory makes sense since you walk the whole greylist on each new spam that gets in. > As someone who's tried to do high-transaction rate stuff with > BDB, I understand your reluctance to use it. It's so easy to get > deadlocked with it... The biggest issue is that you have no data integrity garantee if the power goes down. My biggest concern being reliability, I prefer a text based dump because you can always fix things by hand if you need it. -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le monde: ceux qui comprennent le binaire et ceux qui ne le comprennent pas. manu@...
Message
Re: [milter-greylist] Re: is this a DoS?
2004-06-01 by manu@netbsd.org
Attachments
- No local attachments were found for this message.