wsp-10046 another test
This commit is contained in:
parent
4fe88b7154
commit
04652c9122
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
|
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
|
||||||
|
|
||||||
if ((orgStatsExchange.AllocatedMailboxes != -1) == false)
|
if (orgStatsExchange.AllocatedMailboxes == 0)
|
||||||
{
|
{
|
||||||
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