To bind a client to a new PGP Universal Server, you must delete the PGP Preferences for the client and then update the PGP Stamp in the configuration string to move the client to the new server.
- Exit PGP Desktop and then quit the PGPengine service by opening Utilities > Activity Monitor.
- Remove the PGP Desktop preferences:
Open the terminal application and run the following command:
rm ~/Library/Preferences/com.pgp.*
- Update the client to the new server:
defaults write com.pgp.pgp configurationString "ovid=hostname.example.com&mail=*&admin=
Note: Another method that works as opposed to step 3 is to use an echo method in a terminal:
echo "ovid=hostname.example.com&mail=*&admin=1" > /Applications/PGP.app/Contents/Resources/policy.txt
Replace the hostname.example.com with the FQDN of your PGP Universal Server