Larry, > I note with interest the two excerpts from the recommended debug below the > sig.
About your second item: > 2. /usr/local/sbin/amavisd[1813]: INFO: no optional modules: > DBD::mysql Sys::Hostname::Long Mail::SPF::Query Razor2::Client::Agent > Net::CIDR::Lite Mail::SpamAssassin::BayesStore::PgSQL > Mail::SpamAssassin::Plugin::URIDetail Mail::SpamAssassin::Plugin::DKIM > Mail::SpamAssassin::Plugin::DomainKeys Mail::DKIM Mail::DKIM::Verifier > Mail::DomainKeys Mail::DomainKeys::Message Mail::DomainKeys::Policy > IP::Country::Fast Crypt::OpenSSL::RSA > auto::Crypt::OpenSSL::RSA::new_public_key > auto::Crypt::OpenSSL::RSA::new_public_key > auto::Crypt::OpenSSL::RSA::new_key_from_parameters > auto::Crypt::OpenSSL::RSA::get_key_parameters > auto::Crypt::OpenSSL::RSA::import_random_seed That is just fine, it tells that you have the following SA plugins disabled: Razor2, URIDetail, DKIM and DomainKeys. Also your Bayes database is not on an SQL server. Using Razor plugin is generally a good thing. If you have other network tests enabled, consider enabling this one as well. The DKIM plugin can verify origin of DKIM-signed mail (and also the DomainKeys-signed mail with a recent version of Mail::DKIM), which can be used to reliably whitelist domains that sign their mail (like gmail.com, yahoo, cisco.com, ebay.com, paypal.com, m-w.com, earthlink.net) or detect fakes. Bayes works much faster when you put its backend on a MySQL server and use BayesStore::MySQL. Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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/
