Steps to fix folder list problem in webclient: Difference between revisions

No edit summary
Line 10: Line 10:
<h2>Solution:</h2>
<h2>Solution:</h2>


Check if all mailbox servers are listed or not in the ''zimbraReverseProxyAvailableLookupTargets''.  
Check if all mailbox servers are listed in the ''zimbraReverseProxyAvailableLookupTargets''.  


Also, check ''zimbraMailReferMode'' must be set to "reverse-proxied" for all mailboxes.  
Also, check ''zimbraMailReferMode'' must be set to "reverse-proxied" for all mailboxes.  
Line 29: Line 29:
  zmproxyctl restart
  zmproxyctl restart


 
The idea here is to find the mailbox where the affected user is and add it to  zimbraReverseProxyAvailableLookupTargets if it has some value and if it is empty set zimbraReverseProxyLookupTarget to TRUE on that mailbox node.




Submitted by:  Heera Singh Koranga
Submitted by:  Heera Singh Koranga

Revision as of 08:47, 27 May 2018

Steps to fix folder list problem in webclient



Problem:

On ZCS v8.5.x and higher versions folder list is not visible in left panel of webclient.


Solution:

Check if all mailbox servers are listed in the zimbraReverseProxyAvailableLookupTargets.

Also, check zimbraMailReferMode must be set to "reverse-proxied" for all mailboxes.

Since ZCS v8.0.x attribtue zimbraReverseProxyAvailableLookupTargets overrides the old attribute zimbraReverseProxyLookupTarget

If zimbraReverseProxyAvailableLookupTargets is empty then proxy will use those mailbox servers for lookup which are having zimbraReverseProxyLookupTarget=TRUE

1). To fix this problem add all mailbox servers to the zimbraReverseProxyAvailableLookupTargets and set zimbraMailReferMode to "reverse-proxied".

zmprov mcf +zimbraReverseProxyAvailableLookupTargets <mailbox server>  
zmprov mcf zimbraMailReferMode reverse-proxied 

2). Now restart mailbox service and proxy service to take changes.

zmmailboxdctl restart  
zmproxyctl restart

The idea here is to find the mailbox where the affected user is and add it to zimbraReverseProxyAvailableLookupTargets if it has some value and if it is empty set zimbraReverseProxyLookupTarget to TRUE on that mailbox node.


Submitted by: Heera Singh Koranga

Jump to: navigation, search