Link to home
Create AccountLog in
Avatar of stpracer
stpracer

asked on

Multiple domain on exchange 2010 but want each domain to send using a unique IP address

We have exchange 2010 set up on server 2008 enterprise.  We host this for approximately 20 school districts.  We have a problem when one district does something "silly" like giving out their password.  That the SPAM storm then affects everyone since we are only using one outbound ip address.

I would like each domain to use their own address that will not affect others.  

Is this possible with exchange?  And how do you do it?  
Thank you,
Scott
Avatar of Akhater
Akhater
Flag of Lebanon image

The short answer is yes it is doable but it won't be easy, it is not exactly out of the box configuration

1. Exchange in itself does NOT support sender domain based routing you will need to do your own code to support this
http://grahamhosking.blogspot.com/2011/05/exchange-2007-2010-sender-based-routing.html

2. You will need to find a way in this code to grab the source IP you want for the corresponding domain

I know I am not giving you the full answer but I am telling you it is doable and showing you how I never did it :)
ASKER CERTIFIED SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of stpracer
stpracer

ASKER

This led me to two different solutions.  They got me the perfect answer thank you.  great direction.