I'm attempting to get qmail interfaced with the MAPS lists -- the RBL, the
DUL, and the RSS.
I'm using tcpserver to control unauthorized connectivity and all that good
stuff. rblsmtpd has been patched to fix the lack-of-TXT-records issue with
RSS (the Alan Curry patch at http://itcentrx.com/mirrors/qmail/ucspi-rss.diff).
Below, on one line, is my tcpserver invoking qmail-smtpd.
The following notes are in order:
1) Relay works properly. I can relay from my IPs, but outside IPs can not
relay.
2) In and out delivery works properly. I can receive mail via the daemon,
and when I send mail via the daemon, it is delivered properly.
3) RBL/RSS/DUL does not work, as validated by the test daemons at crynwr.
I would appreciate it if yall could take a look and see where I've screwed up.
Thank you most kindly.
ag
/usr/local/bin/tcpserver -x /etc/tcprules/tcp.smtp.cdb -u 1004 -g 2108 0
smtp /usr/local/bin/rblsmtpd -r "blackholes.mail-abuse.org
dialups.mail-abuse.org 'relays.mail-abuse.org:Open relay problem - see
<URL:http://www.mail-abuse.org/cgi-bin/nph-rss?
%IP%>'" /var/qmail/bin/qmail-smtpd \ 2>&1 | /var/qmail/bin/splogger smtpd 3 &