Move Popcon Config to another Server

Statut
N'est pas ouverte pour d'autres réponses.

Xavier Mustin

Administrator
Staff member
#1
You can do this using the registry editor since POPcon's configuration information is stored in the registry:

Export the key
Code:
KEY_LOCAL_MACHINE/Software/POPcon and /POPcon PRO
as well as their subkeys into a .reg file using the EXPORT function of the REGEDIT application.

Then copy the .reg file to the target machine. Make sure the POPcon service is not already running (or if it is stop it using the control panel / services applet). Then double-click on the .reg file on the target machine to automatically add all the entries to the registry. Restart the POPcon service and check the configuration using POPconAdmin.

New for Exchange 2007 and/or installations on 64bit Windows: In 64bit Windows installations the configuration is stored under HKEY_LOCAL_MACHINE/Software/Wow6432Node/POPcon instead KEY_LOCAL_MACHINE/Software/POPcon. If you want to transfer the configuration from a 32bit installation to a 64bit installation you need to modify the .reg file with a text editor and replace the
Code:
 /Software/POPcon strings throughout that file with /Software/Wow6432Node/POPcon
before importing the file on the 64bit machine.

As a last step please open the configuration with POPconAdmin and check that everything is imported correctly. Then go to the ADVANCED configruation page and switch the local IP address to be used for connections both to Exchange and the POP3 servers to "Default" in case they are still configured to be the IP addresses of the old server. This setting can be found at the bottom of the ADVANCED configuration page
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut