• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

DNSBL

ErwanG

Regular Pleskian
Hello,

How can we whitelist IP with DNSBL?
We use "xbl.spamhaus.org;sbl.spamhaus.org" DNSBL but a partner server is blacklisted with spamhaus. The problem must be resolved but can we whitelist IP in the DNSBL field?

Thank you.
 
for whatever its worth, i think sbl.spamhaus.org isnt working, had a terrible time last weekened, when mails suddenly stopped on my serv ers....the cause was sbl.spamhaus.org...
 
Click on Tools&Setting----->Mail, under Mail you will see Spam Filter Setting, click on that and here you will see three options- Settings, Blacklist, Whitelist,,,,,
pls note that the whitelisting via this is applicable on a server wide basis, for individual domains you need to login to the domains in question adn click on Mail and add the ids you want to whitelist
 
Hi ErwanG,

you can always use as well the command line for server-wide whitelists:

( single IP )
/usr/local/psa/bin/mailserver --add-to-white-list 192.1.1.1
( multiple IPs )
/usr/local/psa/bin/mailserver --add-to-white-list 192.1.1.1,192.1.1.2

( netmask list )
/usr/local/psa/bin/mailserver --add-to-white-list 192.1.1.1/24
( multiple netmask list )
/usr/local/psa/bin/mailserver --add-to-white-list 192.1.1.1/24,10.0.0.0/24

Mail server settings command list help:

/usr/local/psa/bin/mailserver --help
Plesk 12 online documentation: Mail Server Settings: mailserver Utility
 
Back
Top