This is a discussion on Re: [AMaViS-user] SA stop a few spam mail within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Salvatore, > Hi, I use on Fedora Core 3 the postfix-2.1.5 & spamassassin-3.0.4 & &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Salvatore,
> Hi, I use on Fedora Core 3 the postfix-2.1.5 & spamassassin-3.0.4 & > amavisd-new-2.3.1 but the spam mails blocked are really not much !. > $sa_kill_level_deflt = 4.0; > $sa_local_tests_only = 0; > $sa_auto_whitelist = 1; > use_auto_whitelist 1 > bayes_path /var/amavis/.spamassassin/bayes > auto_whitelist_path /var/amavis/.spamassassin/auto-whitelist .... > - the parameter 'required_hits' in local.cf is needful or no ?? I haven't > use this parameter in local.cf The 'required_hits' in local.cf is not essential, as it does not influence any decisions made by amavisd, which uses tag/tag2/kill levels for such a purpose. I suggest you still provide the 'required_hits' in local.cf and make it as your tag2_level or kill_level. Its value might show up in some log entries (e.g. when $sa_spam_report_header is turned on (it is usually off, not being particularly useful)) and in off-line spamassassin (manual) runs. Using the same setting would make command-line spamassassin test produce the same report as amavisd-new. But this is purely cosmetic/informational. > - for to use MX reverse lookup control, I must configure amavisd.conf > or local.cf ? - for MX reverse I can to use: > skip_rbl_checks 0 > rbl_timeout 10 > check_mx_attempts 2 > check_mx_delay 5 > dns_available yes In local.cf. Amavisd-new does not check for such things by itself. Mark ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ 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/ |