mox/queue
Mechiel Lukkien e24e1bee19
add suppression list for outgoing dmarc and tls reports
for reporting addresses that cause DSNs to be returned. that just adds noise.
the admin can add/remove/extend addresses through the webadmin.

in the future, we could send reports with a smtp mail from of
"postmaster+<signed-encoded-recipient>@...", and add the reporting recipient
on the suppression list automatically when a DSN comes in on that address, but
for now this will probably do.
2023-11-13 13:48:52 +01:00
..
direct.go implement outgoing tls reports 2023-11-09 19:47:26 +01:00
dsn.go refactor common pattern of close & remove temporary file into calling the new store.CloseRemoveTempFile 2023-11-02 09:12:46 +01:00
queue.go add suppression list for outgoing dmarc and tls reports 2023-11-13 13:48:52 +01:00
queue_test.go implement outgoing tls reports 2023-11-09 19:47:26 +01:00
submit.go implement outgoing tls reports 2023-11-09 19:47:26 +01:00