Hi David / Other kind people who replied
Details are our setup
FreeBSD 6.1
Sendmail 8.13.6 - complied from source
Spam Assassin 3.1.1 - installed from FreeBSD ports
spamass-milter-0.3.0_1 - installed from FreeBSD ports
clamav-0.88.2_1 - installed from FreeBSD ports
clamav-milter - installed from FreeBSD ports
Relavent Milter lines from our MC file
INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass-milter.sock,
F=, T=C:15m;S:4m;R:4m;E:10m')dnl
INPUT_MAIL_FILTER(`clmilter', `S=local:/var/run/clamav/clmilter.sock,
F=, T=S:4m;R:4m')dnl
define(`confINPUT_MAIL_FILTERS', `clmilter,spamassassin')dnl
I have looked into the docs for spamass-milter, it has support for
passing email through with using SA for IP based hosts
But appears to nothing to do with passing through based on domain names
Thanks in advance
Gary
David B Funk wrote:
On Tue, 6 Jun 2006, Gary Forrest - Netnorth wrote:
Hi All
We have been using SA v3.1.1, all seems to work well :)
( FreeBSD 6.1, Sendmail 8.13.6 & few milters )
Is it possible to get SA not to scan inbound email addressed to certain
domain names.
We have looked at the various white listing functions available, by adding
into local.cf
whitelist_from sender.com
whitelist_to receiver.com
This sort of works, in that the email receives a negative score.
The problem is SA still spends time checking the email ( taking 3-12 seconds
to scan )
This server also performs Anti Virus function via Clam AV, and we would to
offer AV services to certain customers, with providing SA services.
That would be the function of the milter. sendmail hands a copy of each
incoming message to all the configured milters and it is each milter's
business to decide what to do with it. So you want to look into how
to configure the milter that you are using as the bridge between sendmail
and spamd. You need to configure it to just give a "pass" on the
desired message.
You need to provied us with details of your milter config before we can
help you any more.