Koozali.org: home of the SME Server

URIBL Blocks Started Today

Offline kmccarn

  • ****
  • 112
  • +0/-0
URIBL Blocks Started Today
« on: February 05, 2014, 05:38:23 PM »
For some reason - I cannot get email from the outside world - started this morning.

Delivery to the following recipient failed permanently:

     kmcarn@pmaofnova.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain pmaofnova.com by mail.pmaofnova.com. [70.175.224.220].

The error that the other server returned was:
550 127.0.0.1 -> Query Refused. See http://uribl.com/refused.shtml for more information [Your DNS IP: 70.175.224.220]
Kevin in WV 8-)......

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: URIBL Blocks Started Today
« Reply #1 on: February 06, 2014, 03:19:50 PM »
Go read the webpage you are directed to, and then reconfigure your server so that it doesn't use URIBL.

Offline kmccarn

  • ****
  • 112
  • +0/-0
Re: URIBL Blocks Started Today
« Reply #2 on: February 08, 2014, 04:43:17 PM »
Thanks Charlie - Mike straightened me out. I had a bunch of very old stuff in my config.
Kevin in WV 8-)......

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: URIBL Blocks Started Today
« Reply #3 on: February 08, 2014, 06:47:15 PM »
In case anyone else runs into this, we:

1. Disabled RHSBL using:
Code: [Select]
config setprop qpsmtpd RHSBL disabled
signal-event email-update

2. Updated the DNSBL servers using:
Code: [Select]
config setprop qpsmtpd RBLList 'zen.spamhaus.org:b.barracudacentral.org:bl.spamcop.net'
signal-event email-update

When convenient we will re-enable RHSBL with new servers:
Code: [Select]
config setprop qpsmtpd SBLList 'badconf.rhsbl.sorbs.net:nomail.rhsbl.sorbs.net'
config setprop qpsmtpd RHSBL enabled
signal-event email-update

Note: the above changes were based largely on a verbal exchange, on the fact that they were easy to try, and on the fact that they worked.