Removed Exchange Hosted Edition
Important!: Before updating ensure that there are no servers within the with the WebsitePanel with ExchangeHostedEdition enabled/configured.
This commit is contained in:
parent
9dd9a4ab13
commit
2f8a580846
78 changed files with 49 additions and 7299 deletions
|
@ -1521,19 +1521,6 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
}
|
||||
|
||||
// Exchange Hosted Edition
|
||||
else if (String.Compare(PackageSettings.EXCHANGE_HOSTED_EDITION, settingsName, true) == 0)
|
||||
{
|
||||
// load Exchange service settings
|
||||
int exchServiceId = GetPackageServiceId(packageId, ResourceGroups.ExchangeHostedEdition);
|
||||
if (exchServiceId > 0)
|
||||
{
|
||||
StringDictionary exchSettings = ServerController.GetServiceSettings(exchServiceId);
|
||||
settings["temporaryDomain"] = exchSettings["temporaryDomain"];
|
||||
settings["ecpURL"] = exchSettings["ecpURL"];
|
||||
}
|
||||
}
|
||||
|
||||
// VPS
|
||||
else if (String.Compare(PackageSettings.VIRTUAL_PRIVATE_SERVERS, settingsName, true) == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue