Further Adjust wsp-10046
This commit is contained in:
parent
d6fc14facd
commit
cbb100a95d
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
{
|
{
|
||||||
ExchangeServerController.AddAuthoritativeDomain(itemId, domain.DomainId);
|
ExchangeServerController.AddAuthoritativeDomain(itemId, domain.DomainId);
|
||||||
|
|
||||||
if ((orgStats.AllocatedMailboxes > -1) == false)
|
if (orgStats.AllocatedMailboxes == -1)
|
||||||
{
|
{
|
||||||
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
|
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
|
||||||
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
|
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue