How can I add subdomains of default accepted domain of Exchange 2010
Posted
by
Christoph
on Server Fault
See other posts from Server Fault
or by Christoph
Published on 2011-01-13T20:34:56Z
Indexed on
2011/01/13
20:54 UTC
Read the original article
Hit count: 363
exchange
|exchange-2010
I have an Exchange 2010 that has several accepted domains. Now I want this server to accept - besides the default SMTP domain - all subdomains of the default domain. The documentation in Technet states
When you create an accepted domain, you can use a wildcard character (*) in the address space to indicate that all subdomains of the SMTP address space are also accepted by the Exchange organization. For example, to configure Contoso.com and all its subdomains as accepted domains, enter *.Contoso.com as the SMTP address space.
It is, however not possible to add e. g. *.contoso.com if contoso.com is already configured. Exchange complains in this case that the domain is already configured.
It is also not possible to edit the "value", i. e. the domain name of an accepted domain. I know that I cannot modify the default accepted domain, but changing it to another does not help either, because the domain name itself can never be edited.
The last idea was deleting the accepted domain and re-creating it with "*." prepended. This is, however, also impossible because it is of course not possible to delete or modify the default address policy and if a domain name is used in an address template it cannot be removed from the accepted domains.
The question is: How can I make my Exchange 2010 server accept any subdomain of its default accepted domain with a wildcard?
© Server Fault or respective owner