mailgraph icon indicating copy to clipboard operation
mailgraph copied to clipboard

Mail plotting script

Results 15 mailgraph issues
Sort by recently updated
recently updated
newest added

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....

Hi, Thank you for this wonderful bytes of perl ! Here I made a patch to support rsyslog's time format (rfc3339) before finding out that one is waiting for Syslog::Parser...

When exim writes to syslog the date and time are duplicated; e.g: ``` May 23 10:28:30 mx01 exim[27789]: 2019-05-23 10:28:30 1hTohn-0007EB-Nq Completed ``` I solved this by removing the match...

For folks using postgrey with their postfix mail servers, adding the following lines at line 663 in mailgraph.pl will catch the items greylisted by postgrey: elsif($prog eq 'postgrey') { if($text...

In order to get my virus graph to work, I had to change "Intercepted" to "infected" here: elsif($prog eq 'clamav-milter') { if($text =~ /infected/) { event($time, 'virus'); } This is...

Hi, forwarded from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394160 ###### Hi, I think it would be nice if mailgraph would see the different bounces/rejects from mta-configured rbl's and graph them seperately with different colours.. Agree?...

Without this fix all "back-"connects of the smtp_proxy are counted as received and also NOQUEUE-lines which signals that the proxy will be asked are also counted as received.

Currently, mailgraph searches for "greylisted" in the response. On some servers, I changed the greylisting reply to something that does not contain "greylisted". I needed to change the mailgraph code...

Can you add support for SPF, DMARC, DKIM and DANE protocols ? See the patch of Sebastian van de Meer [email protected] here : https://www.kernel-error.de/postfix/mailgraph-aufgebohrt https://www.kernel-error.de/postfix/mailgraph-aufgebohrt-2 Thanks in advance.

The graph URL paths in the html generated by mailgraph.cgi are absolute. This forces contortions to get reverse-proxy to mailgraph behind an admin interface working. A better solution might be...