Hi,
I cam just to install rblsmtpd all tests mentionned in INSTALL file
works fine.
But my problem Is about haw to include:
"tcpserver -p -v -x/etc/tcp.smtp.cdb -u1007 -g1007 0 25 \
rblsmtpd qmail-smtpd 2>&1 | setuser qmaill accustamp | \
setuser qmaill cyclog \
-s1000000 -n5 /var/log/qmail/qmail-smtpd"
in my inetd.conf. I don't have a file tcp.smtp.cdb anywhere in my /etc.
I use tcpserver, here line I intoduced in inetd.conf in order to take
into account tcpserver:
" tcpserver -u -v 81 -g 80 0 smtp /var/qmail/bin/qmail-smtpd 2> 1 \
| /var/qmail/bin/splogger smtpd 3 & "
Thanks