Re: Intercepting Bounced Backs

2009-02-23 Thread mouss
Chris Dos a écrit : >[snip] > > Well, the simple fact is that they want me to process the bounce backs and > not send the bounce back to the > user, but process it internally. Is there a way to do this without using > VERP? > you can use smtp_generic_maps to rewrite the sender address when ou

Re: Intercepting Bounced Backs

2009-02-23 Thread Peter Blair
Well, your outbound postfix machines will route the bounces to whatever address is used in the "mail from:" envelope. Just run a catchall at the domain of choice and a script to parse the messages. Your outbound mail server doesn't send bounces to the addresses in the headers, it sends it to the

Re: Intercepting Bounced Backs

2009-02-23 Thread Chris Dos
Peter Blair wrote: > On Mon, Feb 23, 2009 at 12:00 PM, Chris Dos wrote: >> I've been tasked to figure out a way for our three postfix relay servers to >> intercept every hard bounced back >> e-mail and process it for our web application. >> >> We have about nine servers relaying mail through our

Re: Intercepting Bounced Backs

2009-02-23 Thread Peter Blair
On Mon, Feb 23, 2009 at 12:00 PM, Chris Dos wrote: > I've been tasked to figure out a way for our three postfix relay servers to > intercept every hard bounced back > e-mail and process it for our web application. > > We have about nine servers relaying mail through our three postfix servers. >

Re: Intercepting Bounced Backs

2009-02-23 Thread Noel Jones
Chris Dos wrote: Noel Jones wrote: Chris Dos wrote: I've been tasked to figure out a way for our three postfix relay servers to intercept every hard bounced back e-mail and process it for our web application. We have about nine servers relaying mail through our three postfix servers. These se

Re: Intercepting Bounced Backs

2009-02-23 Thread Chris Dos
Noel Jones wrote: > Chris Dos wrote: >> I've been tasked to figure out a way for our three postfix relay >> servers to intercept every hard bounced back >> e-mail and process it for our web application. >> >> We have about nine servers relaying mail through our three postfix >> servers. These serv

Re: Intercepting Bounced Backs

2009-02-23 Thread Noel Jones
Chris Dos wrote: I've been tasked to figure out a way for our three postfix relay servers to intercept every hard bounced back e-mail and process it for our web application. We have about nine servers relaying mail through our three postfix servers. These servers send mail on behalf of our cl