• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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