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.
I am trying to get more output (log output) out of Zimbra. I increased just the log level but this is not enough. The component for which I would like the log output is JavaMail. JavaMail itself offers me the possibility to switch on the debug via the java command line.
Unfortunately, I haven't found any possibility to pass zimbra these command line arguments. Could you help me?
Normally I would write something similar to this:
java -Dmail.debug=true MyFancyApplication