aboutsummaryrefslogtreecommitdiffstats
path: root/tests/by-name/em (unfollow)
Commit message (Collapse)Author
2025-04-01tests/email-dns/secrets/dkim/gen_key.sh: Add shellcheck shellBenedikt Peetz
2025-03-27tests/email-dns/secrets: Re-key secrets, so that soispha and sils can read themBenedikt Peetz
Doing a full `ragenix --rekey --idenitity <soispha.age.key>` run will fail, if there are secrets that she cannot decrypt. Thus encrypt the test secrets with all keys.
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).
2025-03-09test/email-ip: Rename from the general `email` testBenedikt Peetz
2025-03-09tests/email: Test the mvpBenedikt Peetz