mailexporter icon indicating copy to clipboard operation
mailexporter copied to clipboard

Export Prometheus-style metrics about mail server functionality

Results 4 mailexporter issues
Sort by recently updated
recently updated
newest added

Hello, I've started using the mail exporter yesterday, and it's very convenient! I just have noticed a few issues with it, so I'll open related issues to get your opinion...

Today, after around 5-10 hours of runtime, with 8 probes all configured to watch the same maildir (so /cur and /new as per #35) and one mail per minute with...

For full end-to-end testing IMAP support would be useful and also is easier to integrate into existing infrastructure since the exporter does not need to run on the mailserver. Is...

enhancement

If a mail is bigger than 8192 bytes (e.g. there are a lot of headers), the io.LimitReader will truncate the mail and we will lose part of the mail body....