Dear Experts,
I am using Zimbra's 7.1.4 ZCS. To enable cbpolicyd within Zimbra, I followed steps mentioned in your http://forums.zextras.com/zimbra-how...a-7-1-1-a.html.....
These steps helped me a lot. But securing its web-access via cluebringer-httpd.conf file is not correct,
I can access policyd Server via http://yourzimbraserver:7780/webui/index.php from anywhere rather than http://yourzimbraserver:7780/cluebringer/index.phpAlias /cluebringer /opt/zimbra/cbpolicyd/share/webui/
<Directory /opt/zimbra/cbpolicyd/share/webui/>
# Comment out the following 3 lines to make web ui accessible from anywhere
Order Deny,Allow
Deny from all
Allow from 10.16.1.0/255.255.255.0
</Directory>
Can you please help and guide the procedure to secure cbpolicyd web-access via IP subnet or via htpasswd method.
Regards
Bjron Mork
Bookmarks