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

(Created page with "=== <h1> Need to disable reading pane</h1> === <hr> <br> <h2>Problem: </h2> Need to remove Reading pane feature for all users. <h2>Solution: </h2> To disable 'Reading Pane'...")
 
No edit summary
Line 9: Line 9:
'''To do so: '''
'''To do so: '''
<pre>su - zimbra</pre>
<pre>su - zimbra</pre>
<pre>zmprov mc COS_NAME zimbraPrefReadingPaneLocation off</pre>
zmprov mc COS_NAME zimbraPrefReadingPaneLocation off  


'''example -'''
'''example -'''
<pre>zmprov mc default zimbraPrefReadingPaneLocation off</pre>
zmprov mc default zimbraPrefReadingPaneLocation off  


Then flush the cache of the user accounts -
Then flush the cache of the user accounts -
<pre>zmprov fc all</pre>
zmprov fc all  


RFE to change attribute value from the admin panel -  
RFE to change attribute value from the admin panel -  
https://bugzilla.zimbra.com/show_bug.cgi?id=23660
https://bugzilla.zimbra.com/show_bug.cgi?id=23660


Sincerely,<br>
 
Sourabh Bhushan
 
 
Submitted by:  Sourabh Bhushan

Revision as of 19:23, 21 August 2017

Need to disable reading pane




Problem:

Need to remove Reading pane feature for all users.

Solution:

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

To do so:

su - zimbra
zmprov mc COS_NAME zimbraPrefReadingPaneLocation off 

example -

zmprov mc default zimbraPrefReadingPaneLocation off 

Then flush the cache of the user accounts -

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

Jump to: navigation, search