[EMAIL PROTECTED] wrote:

>-----------------------------------------------------
>#!/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
>-----------------------------------------------------
>
>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?

qmail-smtpd doesn't do any logging, but if you add "-v" to tcpserver,
it'll log connections.

-Dave

Reply via email to