Synchronizing the Domain Contacts Information via CLI

This article presents the required steps for re-synchronizing the contents of the 'Domain Contacts' public folder.

Solution

Since Axigen version 6.2.2, a new CLI command allowing the re-synchronization of the domain contacts available by default in the Domain Contacts public folder with the current state of the existing domain objects was introduced.

If such an operation is required on an Axigen server, it can be accomplished for a specific domain using the SYNCCONTACTS CLI command.

For the beginning, you will need to log in to the Axigen CLI interface, using the following commands on the machine hosting the server:
  telnet 127.0.0.1 7000
  user admin
Notes:
1) If the CLI listener was customized, you may need to adapt the telnet command as to reflect the actual listening address for the Axigen CLI service.
2) After the second command, the server should request the administration password.


After a successful login to Axigen's CLI interface, you can use the following commands to syncronize the domain contact information for a domain (in our example, we will presume the domain is named example.org):
  update domain example.org
  synccontacts
  commit
  quit

After entering the quit command, you will be returned to the system shell.
OS: LinuxWindowsFreeBSDNetBSDOpenBSDSolaris