Disable Reading Pane on Webclient for All Users: Difference between revisions

No edit summary
Line 6: Line 6:
<h2>Problem: </h2> Need to remove Reading pane feature for all users.
<h2>Problem: </h2> Need to remove Reading pane feature for all users.


<h2>Solution: </h2> To disable 'Reading Pane' feature for all user accounts we can change the attribute zimbraPrefReadingPaneLocation value to off.
<h2>Solution: </h2> To disable the 'Reading Pane' feature for all user accounts, we can change the attribute 'zimbraPrefReadingPaneLocation' value to off.
'''To do so: '''
To do so, run the following. Replace 'COS_NAME' with the respective name of the COS:
<pre>su - zimbra</pre>
su - zimbra
  zmprov mc COS_NAME zimbraPrefReadingPaneLocation off  
  zmprov mc COS_NAME zimbraPrefReadingPaneLocation off  


'''example -'''
For example:
  zmprov mc default zimbraPrefReadingPaneLocation off  
  zmprov mc default zimbraPrefReadingPaneLocation off  


Then flush the cache of the user accounts -
Then flush the cache of all the user accounts:
  zmprov fc all  
  zmprov fc all  
RFE to change attribute value from the admin panel -
https://bugzilla.zimbra.com/show_bug.cgi?id=23660






Submitted by:  Sourabh Bhushan
Submitted by:  Sourabh Bhushan

Revision as of 09:10, 11 April 2018

Need to disable reading pane




Problem:

Need to remove Reading pane feature for all users.

Solution:

To disable the 'Reading Pane' feature for all user accounts, we can change the attribute 'zimbraPrefReadingPaneLocation' value to off.

To do so, run the following. Replace 'COS_NAME' with the respective name of the COS:

su - zimbra
zmprov mc COS_NAME zimbraPrefReadingPaneLocation off 

For example:

zmprov mc default zimbraPrefReadingPaneLocation off 

Then flush the cache of all the user accounts:

zmprov fc all 


Submitted by: Sourabh Bhushan

Jump to: navigation, search