• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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