• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

exclude an IP address from RBL check

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 59.93.244.0 -r relays.ordb.org ..
 
Originally posted by hriday
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 59.93.244.0 -r relays.ordb.org ..

Hi,

Are you sure that will work?

Here is an excerpt from the rblsmtpd documentation:
http://cr.yp.to/ucspi-tcp/rblsmtpd.html
* -r base: Use base as an RBL source. An IP address a.b.c.d is listed by that source if d.c.b.a.base has a TXT record. rblsmtpd uses the contents of the TXT record as an error message for the client.
* -a base: Use base as an anti-RBL source. An IP address a.b.c.d is anti-listed by that source if d.c.b.a.base has an A record. In this case rblsmtpd does not block mail.

Apparently both the -r and -a options require a DNS server, not the sender IP address.

Thanks.
 
Hi,

Probably my earlier mentioned option will not work as expected as per your suggestion.
To setup an anti RBL list, we need to install rbldns
from the dnsjbl package. I have not yet implemented this but will post an update on it soon.

Thanks,
 
Originally posted by hriday
Hi,

Probably my earlier mentioned option will not work as expected as per your suggestion.


Worked for me. My ip at work (day job) was blocking me from sending emails from work. After reading the above suggestion, I added the " -a " option and viola! Emails send without a problem.

Thanks
 
Back
Top