i'm running with rblsmtpd, more or less LWQ-style. the contents of 
/var/qmail/supervise/qmail-smtpd/run:

-----------------------------------------------------
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/tcpserver -R -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
                /usr/local/bin/rblsmtpd \
                -rdialups.mail-abuse.org \
                -rrelays.mail-abuse.org \
                -rblackholes.mail-abuse.org \
                /var/qmail/bin/qmail-smtpd 2>&1
-----------------------------------------------------

/var/qmail/supervise/qmail-smtpd/log/run:

-----------------------------------------------------
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t 
/var/log/qmail/smtpd
-----------------------------------------------------

and i end up with a /var/log/qmail/smtpd/current logs that look like this:
-----------------------------------------------------
@400000003b298b7937101f6c rblsmtpd: 143.233.208.2 pid 9823: 451 Blackholed - 
see <URL:http://mail-abuse.org/cgi-bin/lookup?143.233.208.2>
@400000003b299a4d1d350724 rblsmtpd: 143.233.208.2 pid 11657: 451 Blackholed - 
see <URL:http://mail-abuse.org/cgi-bin/lookup?143.233.208.2>
@400000003b29a92c2b4cd8b4 rblsmtpd: 143.233.208.2 pid 13118: 451 Blackholed - 
see <URL:http://mail-abuse.org/cgi-bin/lookup?143.233.208.2>
-----------------------------------------------------

is there a way to get multilog to grab both smtp and rbl generated info?  
i've searched the archives for similar problems, but haven't managed o track 
an answer down.

thanks-

dan

Reply via email to