mox/tlsrptdb
Mechiel Lukkien e0c36edb8f
accept tls reports with both host & recipient domains, and with multiple recipient domains
embarrassingly, we didn't accept all reports we generated. after the changed
handling of reports about mx/mail host vs recipient domains, would send reports
to mail hosts about multiple recipient domains + the mail host. and we included
a policy domain of the mail host when sending to a recipient domain. we were
still being strict in what we accepted: only a single domain in total in the
entire report, and we still enforced that a report sent to the mx host tlsrpt
address only contained the mx host as policy domain. and likewise for recipient
domains and their tls reporting addresses. those checks would reject reports
generated by a mox instance. this probably only happens with dane configured,
probably most users haven't seen it because of that.

somewhat related to issue #125
2024-03-05 11:43:49 +01:00
..
db.go switch to slog.Logger for logging, for easier reuse of packages by external software 2023-12-14 13:45:52 +01:00
report.go accept tls reports with both host & recipient domains, and with multiple recipient domains 2024-03-05 11:43:49 +01:00
report_test.go accept tls reports with both host & recipient domains, and with multiple recipient domains 2024-03-05 11:43:49 +01:00
result.go better handling of outgoing tls reports to recipient domains vs hosts 2023-11-20 11:31:46 +01:00