Move a PGP Desktop for Mac client to a new PGP Universal Server
| Article:TECH149269 | | | Created: 2009-01-30 | | | Updated: 2012-09-05 | | | Article URL http://www.symantec.com/docs/TECH149269 |
Problem
This article details how to bind a PGP Desktop for Mac client to another PGP Universal Server.
Solution
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
|
|
Legacy ID
1148
Article URL http://www.symantec.com/docs/TECH149269
Terms of use for this information are found in Legal Notices









Thank you.