Good Morning, Is there a way to hide the syserr as well as the path returned by a pipe transport? For instance, I have virtual accounts and they are handled by a custom transport. When a message is sent to a non-existent user, the mailer-daemon response to the sender is:
<b...@example.com>: Command died with status 1: "/usr/lib/xmail/postfix/vmtransport". Command output: Unknown user. The user "bob" does not exist at "example.com". Is it possible to only have it send back the command output and not the information before it? So instead it would read: <b...@example.com>: Unknown user. The user "bob" does not exist at "example.com". I've searched around on Google and read up on the pipe transport, however I didn't see anything that would suppress that. The only reason this is even an issue is because I've had some users that thought there was a problem because of the "Command died" message. Any input on this would be greatly appreciated. Cheers, Adam