Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/email-http: Use the factored out DNS server | Benedikt Peetz | 18 hours |
| | |||
* | tests/email-http: Test the http self-service availability | Benedikt Peetz | 19 hours |
| | |||
* | modules/stalwart-mail: Explicitly list out valid password hashes | Benedikt Peetz | 19 hours |
| | | | | | | If a password hash does not match stalwart's know ones, it will just treat it as plaintext. This is obviously very bad, and should be avoided. | ||
* | tests/{common,email-dns}: Move last part of acme and dns handling to common | Benedikt Peetz | 33 hours |
| | | | | This makes re-using it even easier. | ||
* | tests/email-dns: Factor out all of the secrets/acme stuff into a common dir | Benedikt Peetz | 33 hours |
| | | | | This makes it easier to re-use this test data for various tests. | ||
* | tests/email-dns/secrets/dkim/gen_key.sh: Add shellcheck shell | Benedikt Peetz | 2025-04-01 |
| | |||
* | tests/email-dns/secrets: Re-key secrets, so that soispha and sils can read them | Benedikt Peetz | 2025-03-27 |
| | | | | | | 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. | ||
* | modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` option | Benedikt Peetz | 2025-03-09 |
| | |||
* | tests/email-dns: Init | Benedikt Peetz | 2025-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). | ||
* | test/email-ip: Rename from the general `email` test | Benedikt Peetz | 2025-03-09 |
| | |||
* | tests/email: Test the mvp | Benedikt Peetz | 2025-03-09 |