Re: Multiple Commands in

2012-07-30 Thread Wietse Venema
Tom H.: > Hello Together! > > Is it possible to create a pipe in master.cf that has multiple piped commands > as argument for argv e.g.: > > argv=/path/command1 | /path/command2 | ? | /path/commandn As documented, master(5) does not implement shell command syntax. > or do I have to write

Multiple Commands in

2012-07-30 Thread Tom H.
Hello Together! Is it possible to create a pipe in master.cf that has multiple piped commands as argument for argv e.g.: argv=/path/command1 | /path/command2 | … | /path/commandn or do I have to write a script for that? Thanks in advance for an answere. Regards, Tom