• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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