[SOLVED] Missing two display related COS settings

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
joho
Advanced member
Advanced member
Posts: 74
Joined: Tue Apr 26, 2016 9:24 am
ZCS/ZD Version: Release 8.8.15.GA.4177.UBUNTU20.64

[SOLVED] Missing two display related COS settings

Post by joho »

Am I looking in the wrong places, or are there no COS settings for "Display checkboxes to select items in list" and "Display names in place of email addresses when available"?

If there are indeed no such COS settings, any idea on how to enable/disable these settings for all users?


-joho
Last edited by joho on Wed Jul 24, 2019 5:05 pm, edited 1 time in total.
andrey.ivanov
Advanced member
Advanced member
Posts: 50
Joined: Wed Aug 08, 2018 8:44 am

Re: Missing two display related COS settings

Post by andrey.ivanov »

Hi,

first question:

Code: Select all

[zimbra@zimbra ~]$ zmprov desc -a zimbraPrefShowSelectionCheckbox
zimbraPrefShowSelectionCheckbox
    show selection checkbox for selecting email, contact, voicemail items
    in a list view for batch operations

               type : boolean
              value : 
           callback : 
          immutable : false
        cardinality : single
         requiredIn : 
         optionalIn : cos,account
              flags : accountInherited,domainAdminModifiable
           defaults : FALSE
                min : 
                max : 
                 id : 471
    requiresRestart : 
              since : 
    deprecatedSince : 

concerning your second question :

Code: Select all

zmprov desc -a zimbraPrefShortEmailAddress
zimbraPrefShortEmailAddress
    show just the display name of email addresses in the message header
    area and compose pane

               type : boolean
              value : 
           callback : 
          immutable : false
        cardinality : single
         requiredIn : 
         optionalIn : cos,account
              flags : accountInherited,domainAdminModifiable
           defaults : FALSE
                min : 
                max : 
                 id : 1173
    requiresRestart : 
              since : 7.0.1
    deprecatedSince : 


In general, just save the results of

Code: Select all

zmprov ga your-account@yourdomain.com
before modifications and after the modifications of preferences of the account and you will find the appropriate property

Regards,
Andrey
User avatar
joho
Advanced member
Advanced member
Posts: 74
Joined: Tue Apr 26, 2016 9:24 am
ZCS/ZD Version: Release 8.8.15.GA.4177.UBUNTU20.64

Re: Missing two display related COS settings

Post by joho »

Thank you for the attributes. Any good suggestion on to apply this for *all* accounts?

(And I'm guessing there's no COS setting for this then?)
User avatar
ccelis5215
Outstanding Member
Outstanding Member
Posts: 632
Joined: Sat Sep 13, 2014 2:04 am
Location: Caracas - Venezuela
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 P12

Re: Missing two display related COS settings

Post by ccelis5215 »

Hi,

You can apply both setting at COS level.

Code: Select all

zmprov gac

and

Code: Select all

zmprov mc COSname zimbraPrefShowSelectionCheckbox TRUE
zmprov mc COSname zimbraPrefShortEmailAddress TRUE
Changing COSname

Hope it helps.

ccelis
User avatar
joho
Advanced member
Advanced member
Posts: 74
Joined: Tue Apr 26, 2016 9:24 am
ZCS/ZD Version: Release 8.8.15.GA.4177.UBUNTU20.64

[SOLVED] Re: Missing two display related COS settings

Post by joho »

Excellent, thank you!
Post Reply