Rbl

Some how my broadband IP got listed in an RBL 22.5 hours ago. I’m working on figuring out why and how to solve it.

However, I can no longer send email through my Interworx server because I’m listed in an RBL.

The message could not be sent because one of the receipients was rejected by the server. The rejected email address was ‘wireless@xxxxx.xxx’. Subject ‘Update’, Account: ‘MHammett’, Server: ‘ics-il.net’, Protocol: SMTP, Server Response: ‘554 5.7.1 This message has been blocked because it is from a RBL/ORDBL IP address.(connection black ip xxx.8.110.xxx)’, Port: 25, Secure(SSL): No, Server Error: 554, Error Number 0x800CCC79

However, there is nothing in the SPAM access lists section of Nodeworx. Ideas?

Check the /var/qmail/control/blacklists file, and see if there’s anything in there? If so, remove the contents, and restart the smtp server.

If it’s already empty, check /var/log/smtp/current log file while trying to send a test message and see if you get an error logged there, and if so set us know what it is.

If you don’t get any entry in the log when you try to send, it means you aren’t actually hitting the InterWorx server, and it’s getting blocked somewhere inbetween.

Paul

There was indeed a reference to SpamCop in that file, so I removed it and restarted the SMTP servers. Waiting to see if that solved it, but I don’t doubt it.

[quote=IWorx-Paul;10225]Check the /var/qmail/control/blacklists file, and see if there’s anything in there? If so, remove the contents, and restart the smtp server.

If it’s already empty, check /var/log/smtp/current log file while trying to send a test message and see if you get an error logged there, and if so set us know what it is.

If you don’t get any entry in the log when you try to send, it means you aren’t actually hitting the InterWorx server, and it’s getting blocked somewhere inbetween.

Paul[/quote]

Still getting the error. I know I am hitting my SMTP server because when I telnet to my server, I get my custom SMTP banner.

This was at the end of that smtp/current file:

@40000000453ada16123b425c tcpserver: status: 1/20
@40000000453ada16123b5db4 tcpserver: pid 25640 from xxx.8.110.xxx
@40000000453ada16123b619c tcpserver: ok 25640 ds00209.nozonenet.com:216.86.145.xxx:25 :xxx.8.110.xxx::3138
@40000000453ada170a9e681c tcpserver: end 25640 status 256
@40000000453ada170a9e7ba4 tcpserver: status: 0/20

http://www.tenon.com/lists/html/Post.Office/2003-09/msg00139.html

I followed that guide somewhat (I forget now because this all gave me a headache).

spamassassin -D --lint
[10318] dbg: dns: is Net::DNS::Resolver available? yes
[10318] dbg: dns: Net::DNS version: 0.59

Previously it was 0.48

[10318] dbg: diag: module not installed: Net::Ident ('require' failed)
[10318] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
[10318] dbg: diag: module not installed: IO::Socket::SSL ('require' failed)

I am unable to get these installed via CPAN.

[10318] dbg: dns: is DNS available? 0

It’s installed and the machine can resolve IP lookups, why can’t Spamassassin?