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
-
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]
-
Go read the webpage you are directed to, and then reconfigure your server so that it doesn't use URIBL.
-
Thanks Charlie - Mike straightened me out. I had a bunch of very old stuff in my config.
-
In case anyone else runs into this, we:
1. Disabled RHSBL using:
config setprop qpsmtpd RHSBL disabled
signal-event email-update
2. Updated the DNSBL servers using:
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:
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.