I know that when you do, for example, | /usr/local/courier/bin/maildrop, it
will read the message to maildrop on stdin.

Does it follow full unix piping, or is | just a special command?

IE can i do:
| /bin/command1 | /bin/command2
and have it pipe the message to command1, and then it will pipe the output
of that to command2?

Or do I have to write my own single wrapper script that does this for me,
and just call
| wrapperscript

Thanks again guys :)


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to