It's not really that complicated.  If you want to completely whitelist their 
IPs, just add them to a file and reference it using "ip-whitelist-file".

If you want to just deactivate the RBL tests and leave all of the other filters 
enabled for a specific IP address, you need to create a configuration directory 
for that IP address.  For example, if the IP address is 11.22.33.44, create a 
folder structure that looks like this:
        /some/path/_ip_/11/22/33
Then create a file with the full path:
        /some/path/_ip_/11/22/33/44
In that file, disable the RBL you don't want:
        dns-blacklist-entry=!the.rbl.name
NOTE: If the RBL filter is being activated using "dns-blacklist-file" instead, 
the above line will have no effect.  In that case, you'll need to turn off the 
RBL file instead, like this:
        dns-blacklist-file=!/some/path/rbl.list.txt
Last, in your main spamdyke configuration file, use the "config-dir" option to 
make spamdyke use the configuration directory:
        config-dir=/some/path

That should do it.  The same idea works for incoming rDNS names or recipient 
addresses or sender addresses.  Configuration directories are fully explained 
here:
        http://spamdyke.org/documentation/README.html#CONFIGURATION_DIR

-- Sam Clippinger




On Oct 15, 2013, at 4:19 PM, Les Fenison wrote:

> That sounds a bit complex.  Can you tell me how to do this?   We just want to 
> whitelist some domains or IPs so they don't do rbl lookups.   Google has been 
> poping up in both spamcop and barracuda lately and we know that google is a 
> good sender and always want to accept from google.  Yet we still want to 
> bounce anything else where the IP is in the RBLs
> 
> On 10/14/2013 3:23 PM, Sam Clippinger wrote:
>> Yes, you can do this with a configuration directory.  You'd be able to 
>> enable or disable specific filters for different incoming IP addresses or 
>> rDNS names.
>> 
>> -- Sam Clippinger
>> 
>> 
>> 
>> 
>> On Oct 14, 2013, at 2:46 PM, Les Fenison wrote:
>> 
>>> Is it possible to exclude some IP addresses from RBL checking?   One of 
>>> Google's servers was blacklisted this morning in baracudacentral.org and it 
>>> is causing problems for my customers.    
>>> 
>>> -- 
>>> Les Fenison
>>> www.DeltaTechnicalServices.com
>>> [email protected]
>>> (503) 610-8747
>>> _______________________________________________
>>> spamdyke-users mailing list
>>> [email protected]
>>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>> 
>> 
>> 
>> _______________________________________________
>> spamdyke-users mailing list
>> [email protected]
>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
> 
> -- 
> Les Fenison
> www.DeltaTechnicalServices.com
> [email protected]
> (503) 610-8747
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users

_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to