Wietse Venema wrote:
> The parts of Postfix that you can play with are documented. The
> bounce(8) service protocol and internals are not documented,
> therefore you cannot play with them. Only the documented behavior
> has a promise of backwards compatibility.
>
> That said, the Postfix pipe(8)
Listas:
> Hello,
>
> I wonder if it is possible to specify the informative text for bounce
> messages, depending on the exit code from pipe(8).
>
> Something like having this in master.cf:
>
> mycmdunix - n n - 10 pipe
> bounce_message_map=/path/to/pipemap flags=... user=... arg
Hello,
I wonder if it is possible to specify the informative text for bounce
messages, depending on the exit code from pipe(8).
Something like having this in master.cf:
mycmdunix - n n - 10 pipe
bounce_message_map=/path/to/pipemap flags=... user=... argv=/path/to/script
And the