Im using the Rbl and I want to write it to the logs but my problem is
this

First I did this setup and it did not work .
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


[root@black(/var/log)]: smstart
[x] starting: qmail-pop3, /etc/rc.d/init.d/sendmail: setuser: command
not found
/etc/rc.d/init.d/sendmail: setuser: command not found

Then I tried this and got this error message:
tcpserver -p -v -x/etc/tcp.smtp.cdb -u1007 -g1007 0 25 \
rblsmtpd qmail-smtpd 2>&1 | setuidgid qmaill accustamp | \
setuidgid qmaill cyclog \
-s1000000 -n5 /var/log/qmail/qmail-smtpd


smstart
[x] starting: qmail-pop3, setuidgid: fatal: unable to run cyclog: file
does not exist
setuidgid: fatal: unable to run accustamp: file does not exist

Im a little confused on what Im suppose to do.
Thanks
Mike

Reply via email to