Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
is possible create some zimlet to execute commands in the server? i have some bash scripts in my zimbra server and i wanna use them from the zimbra admin UI. Is that a crazy idea?
Your Zimlet would need a JSP to run on the backend; the JSP could call your scripts and return output or status information to the JavaScript (client) side of the Zimlet.