From 62e8b9119097a852ae34082eb65111449714051a Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sun, 25 Jun 2023 16:08:49 +0100 Subject: mail/dmarcts-report-parser: New port A Perl based tool to parse DMARC reports, based on John Levine's rddmarc, but extended by the following features: Allow to read messages from an IMAP server and not only from the local filesystem. Store much more XML values into the database (for example the missing SPF and DKIM results from the policy_evaluated section) and also the entire XML for later reference. Supports MySQL and PostgreSQL. Needed database tables and columns are created automatically, database by themselves. --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index 32b5ef3550d0..19e518a9ffd7 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -97,6 +97,7 @@ SUBDIR += dkfilter SUBDIR += dkimproxy SUBDIR += dma + SUBDIR += dmarcts-report-parser SUBDIR += dot-forward SUBDIR += dovecot SUBDIR += dovecot-coi -- cgit v1.2.3