• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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