Steps to add and remove datasource from GAL account

Revision as of 07:06, 16 August 2017 by Nbhagwat (talk | contribs) (Created page with "===<h1>Steps to add and remove datasource from GAL account</h1>=== <hr> <br> ===<h2>Problem:</h2> Remove an old or non-working datasource from the GAL account. <h2>Solution:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Steps to add and remove datasource from GAL account



===

Problem:

Remove an old or non-working datasource from the GAL account.

Solution:

1). Check and find out the exact datasource name which one we want to remove.

Command Syntax :

zmprov getDataSources {GAL-account-name}

Example :

zmprov getDataSources galsync@DOMAIN.COM

2). Now remove the datasource.

Command Syntax :

zmprov deleteDataSource {GAL-account-name} {datasource-name}

Example :

zmprov deleteDataSource galsync@DOMAIN.COM "DataSource-Name"


Additional Information

If we deleted the Internal datasource and want to add it again then we have to use following command.

Command Syntax :

zmgsautil addDataSource -a {GAL-account-name} -n {datasource-name} --domain {domain-name} -t zimbra -f {folder-name} -p {polling-interval}

Example :

zmgsautil addDataSource -a galsync@DOMAIN.COM -n InternalGAL --domain DOMAIN.COM -t zimbra -f _InternalGAL -p 60m


Heera Singh

<hsingh@zimbra.com>

Jump to: navigation, search