Hi, > There is also a more recent presentation: > > http://www.ijs.si/software/amavisd/amavis-berlin-20090703.pdf
Very cool. How about in plain-paper PDF or white background so we can print it? If it doesn't exist, then don't spend the time. >> How can I enable bayes in bdb with a global cache, as it references >> on page 12? > > $db_home = "$MYHOME/db"; > $enable_db = 0; > $enable_global_cache = 0; When was this introduced? I don't see references to it in my version (don't ask how old :( ) Are there interim performance improvements I can make, such as tune2fs changes, or disabling file access times, or kernel buffer changes that would be more global? How about putting the bdb on a noatime device? (Or just changing the file indivdidually?) > Yes, starting with amavisd-new-2.6.4 there is a true SNMP agent > in the amavisd package - see release notes. Also mentioned in > amavis-berlin-20090703.pdf, page 85, with some sample screenshots. Do people typically use it in conjunction with cacti and other wrappers to make management easier, or does it really already include everything needed (in terms of management, not graphing, necessarily)? > Move Bayes and AWL databases to SQL, if you haven't already done so. > See sql/bayes_mysql.sql and sql/README.bayes in the SpamAssassin package. > Using InnoDB and Mail::SpamAssassin::BayesStore::MySQL is a must > (i.e. do not use Mail::SpamAssassin::BayesStore::SQL as a bayes_store_module). Can you recommend a guide to do the migration from bdb to mysql and associated programs (innodb?), and be able to keep the system running at the same time? (or somehow test a remote system and make a switch with the ethernet cables?) Thanks, Alex ------------------------------------------------------------------------------ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/