Re: Send stdout from command down a pipe

2008-12-01 Thread Wietse Venema
Adrian Overbury: > Is it possible, if I specify a mailbox_command in my main.cf, to pipe > any output that produces on stdout to somewhere else? Like, say, to $ man logger $ man postlog Wietse

Re: Send stdout from command down a pipe

2008-11-30 Thread Magnus Bäck
On Monday, December 01, 2008 at 03:14 CET, Adrian Overbury <[EMAIL PROTECTED]> wrote: > Is it possible, if I specify a mailbox_command in my main.cf, to pipe > any output that produces on stdout to somewhere else? Like, say, to > another command? Postfix itself won't help you with this, but

Send stdout from command down a pipe

2008-11-30 Thread Adrian Overbury
Is it possible, if I specify a mailbox_command in my main.cf, to pipe any output that produces on stdout to somewhere else? Like, say, to another command? What I'm trying to do is have procmail write its log output to stdout, then pipe that into logger so I have it end up in syslog in a forma