[EMAIL PROTECTED] (Enrique Vadillo) wrote:
>I'm using qmail 1.03, i'd like to log every IP connection to my qmail
>smtp server, i've noticed that tcpserver is not logging this info for now,
>my tcpserver runs like follows:
>
>tcpserver -R -c 100 -x /etc/tcp.smtp.cdb -v -u 7170 -g 1100 0 smtp
>/var/qmail/bin/qmail-smtpd \
>2>&1 | /var/qmail/bin/splogger smtpd 3 &
>
>Any suggestions so i can log IP connections too?
The -v should cause connections to be logged. Try putting it first,
e.g.:
tcpserver -v -R ...
-Dave