• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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