Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: kmccarn on February 05, 2014, 05:38:23 PM

Title: URIBL Blocks Started Today
Post by: kmccarn 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]
Title: Re: URIBL Blocks Started Today
Post by: CharlieBrady 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.
Title: Re: URIBL Blocks Started Today
Post by: kmccarn 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.
Title: Re: URIBL Blocks Started Today
Post by: mmccarn 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.