Cary,

> Thanks all it was a problem with having @local_domains_acl instead of
> @local_domains_maps, it is working now.

Continuing to use @local_domains_acl is just fine,
unless you override its use by also changing a default in @local_domains_maps

> can I transfer my bayes database from my old to my new system or
> does it have to relearn everything and if so is there a public dump of free
> spam to gather up and make it learn it fast?

You can transfer it. See SpamAssassin documentation.

If you are setting up a new server, seize the opportunity
and put Bayes to SQL, you won't regret it.
(if it already is on SQL, you can continue to use it from new server)

Instructions are in SA docs: spamassassin/sql/README*

The mechanism is: dump you existing database to text file,
then reload it to a new server, hopefully SQL this time.

Then place something like below to your local.cf:

bayes_store_module           Mail::SpamAssassin::BayesStore::MySQL
bayes_sql_dsn                DBI:mysql:sanew:127.0.0.1:3306
bayes_sql_username           vscan
bayes_sql_password           ...
bayes_sql_override_username  vscan

and restart amavisd

  Mark


_______________________________________________
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/

Reply via email to