• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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