> > In addition to using SQL for Bayes, read about 'lock_method type' > in the documentation to determine if it would be appropriate to use > the other lock_method.
Well, duh, yes of course. Thanks for bringing that up Gary. SpamAssassin uses NFS-safe locks out of the box, which will seriously hamper performance. Switch to flock ASAP. This will cut something like 75% locking time from NFS-safe locks. So whatever you do, this is a fast migitator of your problem, no matter what database backend you go for in the end. > However, I'm not sure if this only applies to BDB based Bayes. Applies to AWL as well, IIRC. Regs, Sven ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
