-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 12 Bookworm mailgraph not creating graphs #21
Comments
I also submitted a Debian bug report: |
I'm guessing you are talking about the new syslog timestamt format. cat /etc/rsyslog.d/timeformat.conf |
If you don't want to touch rsyslog format I've made following workaround for this issue. #!/bin/bash
TMAIL_LOG=/tmp/mail.log
journalctl -u postfix@-.service -u dovecot.service -u amavis.service --no-pager --since "1 hour ago" > $TMAIL_LOG
/usr/bin/perl -w /usr/sbin/mailgraph -c -l $TMAIL_LOG --daemon-rrd=/var/lib/mailgraph --ignore-localhost
rm $TMAIL_LOG
|
This bug was closed. I've proposed new one with proposed patch. |
Debian 12 Bookworm
mailgraph 1.14-20
rrdtool 1.7.2-4+b8
mail.log files being created and contains data.
mailgraph config and permissions set correctly to www-data.
mailgraph service status is "active" no errors reported.
the var/lib/mailgraph dot folder is auto created when the service is started, but that is it only.
Also uninstalled/installed more than a dozen times.
Been troubleshooting and trying different tweaks for the past week.
I've been using mailgraph for over a decade and have always loved it because of it's simplicity.
I've had issues on other distros but have always been able to fix it.
Seams like something at the core changed with this distro.
Anyone else on Debian 12 experiencing the same issues?
Thank you.
The text was updated successfully, but these errors were encountered: