about summary refs log tree commit diff stats
path: root/tests/by-name/em/email-dns/nodes (follow)
Commit message (Collapse)AuthorAge
* tests/{common,email-dns}: Move last part of acme and dns handling to commonBenedikt Peetz7 days
| | | | This makes re-using it even easier.
* tests/email-dns: Factor out all of the secrets/acme stuff into a common dirBenedikt Peetz7 days
| | | | This makes it easier to re-use this test data for various tests.
* modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` optionBenedikt Peetz2025-03-09
|
* tests/email-dns: InitBenedikt Peetz2025-03-09
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).