Hi,
Just installed Ability Email Server 4 on my server, but when I try to add it in SolidCP I get a message saying the expected version is not installed on my server. Is version 4 not supported or is there a way to add it manually?
Thanks...
Hello,
I don't think the version is currently supported yet.
You can try disabeling the install check on the SolidCP Server web.config:
From:
<appSettings>
<add key=”SolidCP.HyperV.UseDiskPartClearReadOnlyFlag” value=”false” />
<add key=”SolidCP.Exchange.ClearQueryBaseDN” value=”false” />
<add key=”SolidCP.Exchange.enableSP2abp” value=”false” />
<add key=”SCVMMServerName” value=”” />
<add key=”SCVMMServerPort” value=”” />
</appSettings>
to
<appSettings>
<add key=”DisableAutoDiscovery” value=”true”/>
<add key=”SolidCP.HyperV.UseDiskPartClearReadOnlyFlag” value=”false” />
<add key=”SolidCP.Exchange.ClearQueryBaseDN” value=”false” />
<add key=”SolidCP.Exchange.enableSP2abp” value=”false” />
<add key=”SCVMMServerName” value=”” />
<add key=”SCVMMServerPort” value=”” />
</appSettings>
Regards,
Marco