On Wed, May 26, 1999 at 07:37:29PM +0100, Petr Novotny wrote:

> Hi,
> 
> I am currently running my listener like
> supervise dir tcpserver ... 25 rblsmtpd qmail-smtpd &
> 
> I would like to log failed RBL tests; I though I would just add
> 2&>1 | accustamp | setuser qmaill cyclog ...
> before the final '&' but it seemed to log nothing.

If it's not a typo, the above has a mistake. The shell redirection for
stderr should be tcpserver .... qmail-smtpd 2>&1 | accustamp | setuser
qmaill cyclog .....

You have instead 2&>1, which is wrong.

-- 
System Administrator
See complete headers for address, homepage and phone numbers

Reply via email to