aboutsummaryrefslogtreecommitdiffstats
path: root/tests/by-name/em/email-dns/nodes (unfollow)
Commit message (Collapse)Author
2025-06-07tests/email-dns: Reject mail, that fails DKIMBenedikt Peetz
This test should be very strict.
2025-04-22tests/{common,email-dns}: Move last part of acme and dns handling to commonBenedikt Peetz
This makes re-using it even easier.
2025-04-22tests/email-dns: Factor out all of the secrets/acme stuff into a common dirBenedikt Peetz
This makes it easier to re-use this test data for various tests.
2025-03-09modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` optionBenedikt Peetz
2025-03-09tests/email-dns: InitBenedikt Peetz
This test is somewhat involved, but tries to exercise our full mail handling capabilities. It effectively only tests that alice can send a message to bob, but it checks nearly all security mechanisms (DNSSEC is currently still missing).