mox/dkim
Mechiel Lukkien e7699708ef
implement outgoing dmarc aggregate reporting
in smtpserver, we store dmarc evaluations (under the right conditions).
in dmarcdb, we periodically (hourly) send dmarc reports if there are
evaluations. for failed deliveries, we deliver the dsn quietly to a submailbox
of the postmaster mailbox.

this is on by default, but can be disabled in mox.conf.
2023-11-02 09:12:30 +01:00
..
dkim.go implement outgoing dmarc aggregate reporting 2023-11-02 09:12:30 +01:00
dkim_test.go simplify dns.MockResolver, changing MockReq to just a string representing the request 2023-10-12 16:07:53 +02:00
fuzz_test.go mox! 2023-01-30 14:27:06 +01:00
parser.go dkim selectors shouldn't be interpreted as idna 2023-10-25 12:49:39 +02:00
policy.go mox! 2023-01-30 14:27:06 +01:00
sig.go in dkim-signature header, allow FWS anywhere in "z=" (copied headers), and prevent panic in cli command "mox dkim verify" when a dkim-signature cannot be parsed 2023-02-03 13:29:47 +01:00
sig_test.go dkim selectors shouldn't be interpreted as idna 2023-10-25 12:49:39 +02:00
txt.go mox! 2023-01-30 14:27:06 +01:00
txt_test.go mox! 2023-01-30 14:27:06 +01:00