Hi, I've been playing with my own transport in Postfix and I have successfully managed to get it working using pipe to pipe the mail to my script. However, I notice it only works when I have something after the command in the argv line.
i.e.: argv=/usr/bin/script This doesn't work, but: argv=/usr/bin/script $sender or: argv=/usr/bin/script something these both work. When I say the first doesn't work, I mean that the mail isn't present on STDIN for the script. Is this behaviour normal? Regards, Matt Galloway