(03-10-2009 09:46 AM)rbtux Wrote: well it seems I missed to write something in the config (I hate this debian config splitting.. Arghhh ;-))
amavis/spamassassin tags mails only if they are in local_domains... so we have to tell them our virtual domains are local_domains:
in /etc/amavis/conf.d/50-user
add:
Code:
@local_domains_maps = ( [".$mydomain"], read_hash("/etc/postfix/ispcp/domains") );
Thanks for this, I did see these config options and thought they looked odd but don't quite have the confidence yet in postfix related issues to go fiddling. Thanks for sorting this