1

I need to know if it's possible on an exchange server to filter outgoing mail and override the from address in certain cases.

We have to set up many Exchange users who will only be able to access exchange through the outlook web access. All their outgoing e-mails when received from recipients outside our company should appear to be sent from a single generic address and not from the users' addresses.

Anyone knows whether this is possible or not?

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
mic.sca
  • 145
  • 4

1 Answers1

2

If I understand your request, you can use Exchange Address Rewriting to accomplish this.

http://technet.microsoft.com/en-us/library/aa996806

(there are other links out there for Exchange 2007)

Outbound SMTP mail to other domains would be rewritten (so joe@domain.com could become support@domain.com), but internal would not.

TheCleaner
  • 32,627
  • 26
  • 132
  • 191