Redirect email based on Source IP / Hostname
Posted
by PostMan
on Server Fault
See other posts from Server Fault
or by PostMan
Published on 2010-03-16T02:51:56Z
Indexed on
2010/03/16
5:06 UTC
Read the original article
Hit count: 389
exchange-2007
|transport-rules
So, we have a situation where we would like to be able to redirect (ignoring original destination) emails coming through out exchange server (locally sent) to a different email address.
The situation is as follows:
Testing a new server, this hosts a lot of our custom applications / scheduled tasks (as does the production version of this server).
Instead of changing config files / parameters for these applications we'd rather leave them as they are, as we want to be as close to production as possible, however we don't want the emails go to the staff they would normally go to, we'd rather they were sent to a test email address where we are able to confirm the results.
The emails look exactly like the production emails (same from / to / cc / bcc) except their source, hence why we'd like to know if the ability to redirect based on hostname exists.
Cheers.
© Server Fault or respective owner