• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to disable RBL checks to specifics range of IPs ?

B

BillieGDJoe

Guest
Hi folks,




Im using Spamhaus as RBL to my Plesk 8 server, so all IPs are checked against it. I need to allow a range of IPs to not be checked against RBL. I put them on whitelist without sucess. In a vpopmail/qmail server I set this on tcp.smtp, like this:


80.:allow,RBLSMTPD=""
66.:allow,RBLSMTPD=""



In Plesk, how to do that ?? Thanks,




BJ
 
You can edit the /etc/xinetd.d/smtp_psa file and add -a <ip> to
exclude the IPs which you dont want to be blocked by the RBL lists:

e.g:
server_args = -Rt0 /usr/sbin/rblsmtpd -a xx.xx.xxx.x -r relays.ordb.org ..

restart xinetd.d
 
Back
Top