I will look into it asap, the scripts will come in handy as our filter needs
it desperately.

Kind regards

Ole-H

If you are only catching 10% of spam, fixing Bayes will help, but it is also very important to find out what else is wrong. Your Bayes may have become polluted with low scoring spam, but the questions is, why does spam score low in the first place?

Do you see ALL_TRUSTED in headers of mail that does not origininate from your network?

What version of SpamAssassin are you using?

Are you using DCC, Pyzor and Razor2 and are they working (along with other network tests)?

Are you using any SARE rulesets, FuzzyOcr or Imageinfo plugins?

Are you using sa-update?

What version of amavisd-new are you running?

Does spam scanning get skipped due to timeouts or over sized messages?

To answer your other question:

in main.cf, you could set:
mydestination = $myhostname, localhost.$mydomain, localhost

Make sure myhostname is set correctly - host.example.com for example.
This assumes no one is currently addressing mail to [EMAIL PROTECTED]
You may not need the $myhostname entry at all, but include it when you test.

assuming you have set:
virtual_alias_maps = hash:/etc/postfix/virtual

in your virtual alias file:
[EMAIL PROTECTED] [EMAIL PROTECTED]

This will rewrite the destination address and deliver it to the local mailbox.

relay_domains must not include any of the entries in mydestination - typically you would have your domain name(s) listed. Don't forget to postmap the virtual file.

It is not uncommon to add these entries to a relay server, but if you have, they must be commented out, removed or reconfigured:
#local_recipient_maps =
#local_transport = error:no local mail delivery

http://www.postfix.org/STANDARD_CONFIGURATION_README.html

Gary V

_________________________________________________________________
Try the new Live Search today! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLMTAG

Reply via email to