Re: Route incoming @server.example.com to j...@example.com

2012-08-28 Thread Ralf Hildebrandt
> Just to clarify, the above example would go in a header_checks file. Indeed. > It might be safer to do this in a check_client_access map so you > don't rely on a header, assuming the test box has a static IP: > ip.of.test.box REDIRECT j...@example.com Yes, that would be more elegant. -- Ra

Re: Route incoming @server.example.com to j...@example.com

2012-08-28 Thread Kenton Brede
On Tue, Aug 28, 2012 at 9:42 AM, Kenton Brede wrote: > I've been beating my head on this one. I've got a group who has a > windows test box and they want all email from that box to go to one > email address. Thanks guys, I tried it both ways. Now I have a couple more tricks up my sleeve. :)

Re: Route incoming @server.example.com to j...@example.com

2012-08-28 Thread Noel Jones
On 8/28/2012 9:46 AM, Ralf Hildebrandt wrote: > * Kenton Brede : >> I've been beating my head on this one. I've got a group who has a >> windows test box and they want all email from that box to go to one >> email address. >> >> What I'd like to do is something like: >> /^From: .*@server1.example.

Re: Route incoming @server.example.com to j...@example.com

2012-08-28 Thread Ralf Hildebrandt
* Kenton Brede : > I've been beating my head on this one. I've got a group who has a > windows test box and they want all email from that box to go to one > email address. > > What I'd like to do is something like: > /^From: .*@server1.example.com/ j...@example.com /^From: .*@server1.example.co

Route incoming @server.example.com to j...@example.com

2012-08-28 Thread Kenton Brede
I've been beating my head on this one. I've got a group who has a windows test box and they want all email from that box to go to one email address. What I'd like to do is something like: /^From: .*@server1.example.com/ j...@example.com So email from server1.example.com is sent to mail.example.