This is a discussion on Re: [AMaViS-user] not getting headers within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; > $sa_tag_level_deflt = -9999; # add spam info headers if at, or above > that level but I'm not seeing headers ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> $sa_tag_level_deflt = -9999; # add spam info headers if at, or above
> that level but I'm not seeing headers unless it is spam. > Is there another config variable I'm missing? Sorry for being late to the party on this one...I had the same problem, except in my case I have primary and a secondary SMTP boxes, and I wasn't getting headers through the secondary box except if it was spam; my $sa_tag_level_deflt = -999. To troubleshoot, I copied the amavisd.conf to the secondary, no change. Turns out the answer was easier than I thought. My setup is such that I host 6 domains for our organization, and I manually load-balance three of them through each box and make the other box as secondary for each. The problem, it turns out, is that my @local_domains_maps = ( [".$mydomain"] ) on both boxes; since I used effectively the same .CONF file I only got headers installed when email went through its primary MX box, and only on the main domain name. It only APPEARED as if something was "wrong" with the 'secondary' box. My solution was to change the @local_domain_maps line to reflect all my domains, e.g.: @local_domains_maps = ( [ ".$mydomain", '.domain1.org', '.domain2.org', '.domain3.org', '.domain4.org', '.domain5.org', '.domain6.org' ] ); Now all email gets SA headers, regardless of the domain and regardless which box they go through... Greg Amy Systems Engineer Hartford (CT) Hospital ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=...486&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|