View Single Post
  #9 (permalink)  
Old 06-13-2009, 10:16 AM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

Quote:
Originally Posted by Bob Furey View Post
Where to disable or enable?
In your admin console COS features/pref tab, or from CLI:
su - zimbra
zmprov mc default zimbraFeatureGalEnabled TRUE
zmprov mc default zimbraFeatureGalAutoCompleteEnabled TRUE
zmprov mc default zimbraFeatureGalSyncEnabled TRUE
zmprov mc default zimbraPrefGalAutoCompleteEnabled TRUE
zmprov mc default zimbraPrefGalSearchEnabled TRUE

(Replacing the word 'default' if you've created other COS's, or on a per user basis with zmprov ma user@domain.com zimbraAttribute TRUE. Users can modify their 'zimbraPref' which are in-turn sometimes restricted via 'zimbraFeature' set by the admin.)

Quote:
Originally Posted by Bob Furey View Post
All our pc's have the same problem! yet we downloaded directly for each pc.
If you saying your want to disable the GAL downloading into everyone's Zimbra Desktop: Set zimbraFeatureGalSyncEnabled FALSE. (This attribute was added in ZCS 5.0.10)

ZCS 6.0 will have gal sync accounts via address book contact folders, which use data source polling to get an occasional dump from LDAP - this facilitates better client sync and paging of results.

Last edited by mmorse; 06-13-2009 at 10:30 AM..
Reply With Quote