Re: Specifying bounce messages from pipe exit codes

2008-11-15 Thread Listas
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)

Re: Specifying bounce messages from pipe exit codes

2008-11-15 Thread Wietse Venema
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

Specifying bounce messages from pipe exit codes

2008-11-15 Thread 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=... argv=/path/to/script And the