Hello!
I wanted to use rblsmtpd with my qmail installation, but it does not
work as fas as I understand.
My /var/qmail/supervice/qmail-smtpd/run looks like this:
#!/bin/sh
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 14000000 \
/usr/local/bin/tcpserver -v -p \
-x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 123.456.789.123 smtp \
/usr/local/bin/rblsmtpd -rrelays.ordb.org
-rblackholes.mail-abuse.org \
/var/qmail/bin/qmail-smtpd 2>&1
I tested this installation by telneting ns1.crynwr.com but all mail
comes through.
When looking into the log files I can see that rblsmtpd is not started!
My log looks like this:
@4000000045a10bde05e773a4 tcpserver: end 24219 status 0
@4000000045a10bde05e78b14 tcpserver: status: 0/20
@4000000045a10bde0c359e34 tcpserver: status: 1/20
@4000000045a10bde0c35b5a4 tcpserver: pid 24249 from 192.203.178.4
@4000000045a10bde0c35c15c tcpserver: ok 24249 0:85.214.93.214:25
:192.203.178.4:
:52347
@4000000045a10bde28b2bd44 CHKUSER accepted rcpt: from <::> remote
<dul.crynwr.co
m:unknown:192.203.178.4> rcpt <postmaster@test.com> : found e
xisting recipient
@4000000045a10be00ad2ca44 tcpserver: end 24249 status 0
@4000000045a10be00ad2e1b4 tcpserver: status: 0/20
@4000000045a10be0112dd99c tcpserver: status: 1/20
@4000000045a10be011435d6c tcpserver: pid 24279 from 192.203.178.138
@4000000045a10be0114374dc tcpserver: ok 24279 0:85.214.93.214:25
:192.203.178.13
8::52386
@4000000045a10be031dcc34c CHKUSER accepted rcpt: from <::> remote
<xbl.crynwr.co
m:unknown:192.203.178.138> rcpt <postmaster@test.com> : found
existing recipient
@4000000045a10be21482ec54 tcpserver: end 24279 status 0
@4000000045a10be21482ffdc tcpserver: status: 0/20
Any help is greatly appreciated!
Jörg
|