Spam Check on Ip Whitelist

Questions and answers about how to do stuff
Post Reply
nicola.piazzi
Posts: 389
Joined: 23 Apr 2015 09:45

Spam Check on Ip Whitelist

Post by nicola.piazzi »

My installation is an EFA box between the internet end the Exchange
So EFA receive messages
1 - from internet to be delivered to Exchange for our domains
2 - from Exchange to be delivered to the internet

Exchange have the ip 10.1.1.125 that is whitelisted so it is even passed it have Spam Whitelisted flag even set to true
Watching Mailwatch I cant see spam report but I see the score
If there is a score it is impossible that there is no report so if I query db i find the report
select spamreport from maillog where id="40CC2A1F94.A6B95";
Non Spam (no watermark or sender address) (Presente in Whitelist), SpamAssassin (cached, punteggio=-10.793, richiesto 4, ALL_TRUSTED -9.00, AWL 0.26, BAYES_00 -1.20, BAYES_WL -0.30, BAYES_ZERO -0.90, H_HOSTDOM_EQ_MAILDOM -0.15, H_PTRDOM_EQ_MAILDOM -0.45, H_SAME_DOMAIN -0.30, H_SAME_HOST -0.10, IT_FROM -0.02, IT_ON_NON_IT_HOST 1.10, IT_SRV -0.02, MYDOMAIN_D -0.01, SQLGREY_SLOW 0.30)

Outgoing email are an half of the total, there is a way to NOT SCAN these emails with antivirus and/or spamassassin to save cpu ?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Spam Check on Ip Whitelist

Post by shawniverson »

Some MailScanner rules override the whitelist, such as this one..

Code: Select all

# Do you want to check watermarks?
# This can also be the filename of a ruleset.
Check Watermarks With No Sender = yes
You can create a ruleset for this one and put your Exchange server in it if you want to use it just for incoming mail.
Post Reply