Thank you for your response. The only problem I have with your solution is
that I still want the Exchange server to send mail to the smart host instead
of directly to the internet because content filtering is done here. Is it
possible for this to be setup this way under your solution? Also Where do I
set it to be authoritative for a particular domain - is that in in the
Exchange server properties or under the SMTP virtual server settings? I have
no problems with creating contacts for my exceptions, but I still want all
mail to be routed through my smart hosts. Thanks again.
Inline.

Signature
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
www.exchangepedia.com/blog
----------------------------------------------
> Thank you for your response. The only problem I have with your solution
> is
> that I still want the Exchange server to send mail to the smart host
> instead
> of directly to the internet because content filtering is done here. Is it
> possible for this to be setup this way under your solution?
- Sure. Outbound internet mail will still go out through a SMTP Connector
with address space *, you will need to specify the smarthost on the
Connector.
Also Where do I
> set it to be authoritative for a particular domain - is that in in the
> Exchange server properties or under the SMTP virtual server settings?
- In Recipient Policies - find the policy for that smtp domain and check
"This Exchange Organization is responsible for all mail delivery for this
address"
- In SMTP virtual server propoerties | Messages tab - make sure the field
"Forward all mail with unresolved recipients to host" is left blank.
I have
> no problems with creating contacts for my exceptions, but I still want all
> mail to be routed through my smart hosts. Thanks again.
- All mail for Exchange recipients @yourdomain.com will be delivered locally
- All mail for Contacts that will have the primary email address
@something.yourdomain.com, and an additional smtp address
@something.yourdomain.com will be routed over the Connector for
@something.yourdomain.com to your smarthost
- All mail for non-existent/mis-spelt recipients @yourdomain.com (for which
there are no Exchange recipients and no Contacts pointing to
@something.domain.com) will NOT be sent to your smarthost. Since Exchange is
authoritative for that domain, it will generate a NDR because no recipients
found and no alternate path to @yourdomain.com. This will resolve the issue
of such mail being bounced between the smarthost and Exchange till it
reaches max hop-count.
- All mail for all other domains will be delivered using the SMTP Connector
for address-space * to your smarthost
Bharat Suneja [MVP] - 13 Apr 2006 21:16 GMT
Correction:
> - All mail for Contacts that will have the primary email address
> @yourdomain.com, and an additional smtp address @something.yourdomain.com
> will be routed over the Connector for @something.yourdomain.com to your
> smarthost

Signature
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
www.exchangepedia.com/blog
----------------------------------------------
> Inline.
>
[quoted text clipped - 40 lines]
> - All mail for all other domains will be delivered using the SMTP
> Connector for address-space * to your smarthost
Michael Leighty - 13 Apr 2006 21:32 GMT
One last question - when I go under recipient polices to make the change it
looks like the smtp @mydomain.com is already checked as "This Exchange
Organization is responsible for all mail delivery to this address." So it
would seem that it shouldn't be trying to mail outside the exchange
organization at all for address @mydomain.com. The only reference I have to
my smart host is in the Internet Mail SMTP Connector which says forward all
mail through this connector to the following smart hosts and it has the * for
the smtp addresses. I noticed my exchange server name in the local
bridgehead, does that look right. Another thing to note that in the SMTP
virtual server properties Messages tab there was an entry in the "forward all
maill with unresolved recipients to host" which was for a defunct mail server
that was removed before I arrived at this job. I removed it. Perhaps it was
somehow responsible for mail destined for @mydomain.com getting to the
smarthost?
Bharat Suneja [MVP] - 13 Apr 2006 21:50 GMT
Inline.

Signature
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
www.exchangepedia.com/blog
----------------------------------------------
> One last question - when I go under recipient polices to make the change
> it
[quoted text clipped - 9 lines]
> the smtp addresses. I noticed my exchange server name in the local
> bridgehead, does that look right.
Yes, the above is the way it should be. Bridgeheads are responsible for
delivering mail over the Connector - if DNS is selected, they delivery
directly, if smarthost is selected and a fqdn/ip address of a smarthost
entered, they deliver to the smarthost.
> Another thing to note that in the SMTP
> virtual server properties Messages tab there was an entry in the "forward
[quoted text clipped - 5 lines]
> somehow responsible for mail destined for @mydomain.com getting to the
> smarthost?
Not sure. If the defunct mail host still existed and accepted smtp
connections, and then delivered it to the smarthost, yes. Take a look at the
mail headers for such messages and see where they went from the bridgehead.
Can also check SMTP logs on the bridgehead, on the smarthost, and if the
defunct mail host still exists then check logs on it as well.