Creating a SmarterMail account for the first time does not create the MX
This commit is contained in:
parent
4e4bc68272
commit
eae02e25ca
1 changed files with 3 additions and 0 deletions
|
@ -1056,6 +1056,9 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
domain.MailDomainId = itemId;
|
||||
ServerController.UpdateDomain(domain);
|
||||
|
||||
domain = ServerController.GetDomain(domain.DomainId);
|
||||
ServerController.AddServiceDNSRecords(domain.PackageId, ResourceGroups.Mail, domain, "");
|
||||
}
|
||||
|
||||
// check if instant alias must be added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue