I have a fresh installation of Carbonio 25.9.0 using the installation script, and everything is working correctly.
When I try to trace a message using the zmmsgtrace command the only response I get is the text "Tracing messages".
Using the --debug parameter, I confirmed that it’s using the correct file (/var/log/carbonio.log)
zextras@mail:~$ zmmsgtrace --debug Tracing messages zmmsgtrace: total files to read: 1 zmmsgtrace: reading '/var/log/carbonio.log' zmmsgtrace: total messages in '/var/log/carbonio.log': 0
I believe the cause of the problem might be the date format used in the /var/log/carbonio.log file.
On the page An Introduction to System Logs in Carbonio Community Edition | Carbonio CE the carbonio.log shows dates in the format:
Feb 24 12:17:15 mail postfix/smtpd ...
while a similar entry in my carbonio.log looks like
2025-02-24T12:17:15-03:00 mail postfix/smtpd ...
Is this an incompatibility (or bug) in zmmsgtrace and the Carbonio 25 log format, or is it a problem with my log configuration?
What would be the simplest solution in my case to make zmmsgtrace work correctly?
