Moving Roles

Single Server Mode

Renaming the Server

After changing the host name of the server, the Management Console's dashboard will show the following warning:

The Name of this Server differs from the licensed Machine Name. Therefore your license has been disabled.

As a result the Instance Host and Client Access Server are no longer able to connect to the Management Server, which is why the instances cannot be started. Perform the following steps to get the SPE roles running again:

  • Start the MailStore Service Provider Edition Configuration.
  • Stop the Instance Host, Client Access Server and Management Server.
  • Transfer your MailStore SPE license through our license transfer portal.
  • Open the Management Server configuration and adjust the Server Name to match the new host name.
    Ms spe config mgmt 02.png
  • Start the Management Server.
  • Log on to the Management Console and verify that the license warning disappeared from the dashboard.
  • Return to the MailStore Service Provider Edition Configuration to continue with the reconfiguration of the Instance Host and Client Access Server. In the configuration of both roles adjust the value of the Server Name as well as the Management Server field to match the new host name and pair both roles with the Management Server again.
    Ms spe config ih 01.png
  • Start the Instance Host and Client Access Server.
  • Return to the Management Console.
  • Change the Instance Host setting in the instance configuration of each instance.
    Ms spe move instance 01.png
  • Finally remove the instance host and client access server that still exist with the old host name.

Moving to Another Server

  • Close all MailStore SPE related programs, except for the MailStore Service Provider Edition Configuration on the old server.
  • Stop the MailStore SPE instance host, client access server and management roles.
  • Transfer your MailStore SPE license to the new server through our license portal.
  • Install MailStore SPE on the new server.
  • Stop all roles on the new server.
  • Remove all MailStore SPE related certificates from the new server's personal (MY) certificate store.
    Spe-certificate-store.png
  • Export the SSL certificates and private keys from the old server's certificate store and import it to the same location on the new server.

On Windows Server 2012 R2 you can use the following PowerShell command to export all certificats stored in the computers MY store as PFX containers to the current user's desktop

(Get-ChildItem Cert:\LocalMachine\My).Thumbprint | ForEach-Object { Export-PfxCertificate -Cert ("Cert:\LocalMachine\My\{0}" -f $_) -FilePath ("$env:USERPROFILE\Desktop\{0}.pfx" -f $_) -Password  (ConvertTo-SecureString -AsPlainText -Force "not_secure_234") }

Windows Server 2012 R2 Powershell command to import the previously exported certificates from the current user's desktop into the new server's certificate store

Get-ChildItem -Path $env:USERPROFILE\Desktop\ -Filter *.pfx | Import-PfxCertificate -Exportable -Password  (ConvertTo-SecureString -AsPlainText -Force "not_secure_234") -CertStoreLocation Cert:\LocalMachine\My
  • Remove the %program files%\MailStore Infrastructure\config directory on the new server, replace it with the config directory from the old one.
  • Transfer you instance data directories to the new server.
  • When the name of the server has changed, open the management role configuration and adjust the Server Name.
  • Start the management role.
  • Log in into the management dashboard. When the server name has changed, the connection to the instance host and client access server should be failed.
  • Open the client access server configuration and adjust the Server Name and the Management Server if it has changed. The Server Name must be in lower case. Perform the pairing.
    Ms spe config cas 01.png
  • Start the client access server role.
  • Verify that the connection to the client access server can be established in the dashboard.
  • Remove the leftovers of the other client access server in the dashboard.
  • Open the instance host configuration and adjust the Server Name and the Management Server if it has changed. The Server Name must be in lower case. Perform the pairing.
    Ms spe config ih 01.png
  • Start the instance host role.
  • Verify that the connection to the instance host can be established in the dashboard.
  • Change the location of the instance host's base directory, if it has changed.
Ms spe move instance 01.png
  • Change the configuration of each instance to reflect the new Server Name and path.
  • Remove the leftovers of the other instance host in the dashboard.

Multi Server Mode

Renaming the Management Server

  • Start the MailStore Service Provider Edition Configuration.
  • Stop the Management Server.
  • Transfer your MailStore SPE license through our license portal.
  • Open the configuration of the Management Server and adjust the Server Name
  • Start the Management Server.
  • Adjust the Management Server setting in the configuration of each Instance Host and Client Access Server.
  • Check the dashboard of the Management Console for the connection status of servers and roles.

Moving the Management Server

  • Start the MailStore Service Provider Edition Configuration
  • Stop the Management Server.
  • Transfer your MailStore SPE license to the new server through our license portal.
  • Install the MailStore Service Provider Edition on the new server and set it up in Multi Server Mode
  • Add the Management Server role on the new server, but do not start it yet.
  • Transfer the file MailStoreManagementDatabase.json from the old server's configuration directory to the same location on the new server. By default this file resides in %programfiles\MailStore Infrastructure\config%.
  • Start the Management Server.
  • Adjust the Management Server setting in the configuration of each Instance Host and Client Access Server and pair with the Management Server again.
  • Check the dashboard of the Management Console for the connection status of servers and roles.

Moving the Instance Host

Moving the Client Access Server

  • Export the certificates, including their private keys, that are visible to the end users on the old client access server. By default these are MailStoreClientAccessServerHttp and MailStoreClientAccessServerImap, but not MailStoreClientAccessServerTcp.
  • Import these certificates into the new server's personal (MY) certificate store.
  • Install MailStore Service Provider Edition on the new server and set it up in Multi Server Mode.
  • Add the Client Access Server role.
  • Pair the Client Access Server with the existing Management Server.
  • Adjust the certificate settings in the role configuration.
  • Start the Client Access Server.
  • Check in the dashboard of the Management Console that the Client Access Server is reachable.
  • Remove the Client Access Server role from the old server.
  • Remove the old Client Access Server.