Commit message (Collapse) | Author | ||
---|---|---|---|
6 hours | modules/constants: Also add a user to each group, so that duplicated gids ↵ | Benedikt Peetz | |
are avoided | |||
6 hours | tests/email-http: Use the factored out DNS server | Benedikt Peetz | |
6 hours | hosts/server2: Use the internal stalwart directory | Benedikt Peetz | |
6 hours | tests/email-http: Test the http self-service availability | Benedikt Peetz | |
6 hours | modules/stalwart-mail: Don't restart the systemd service | Benedikt Peetz | |
Restarting might be useful, if stalwart is actually _running_ in prod, but currently the constant restart makes it very difficult to debug (or even stop) the service. | |||
6 hours | modules/stalwart-mail: Enable the http self-service interface | Benedikt Peetz | |
6 hours | modules/nginx: Set the "acme" group as group of the "acme" user | Benedikt Peetz | |
For some reason, this is not done already. Setting this prevents an assertion being thrown, that the "acme" user does not have a group. | |||
6 hours | modules/stalwart-mail: Allow both nginx and stalwart-mail access to the cert | Benedikt Peetz | |
This is needed for the http challenge (and for the potential to use nginx as a proxy in the future.) | |||
6 hours | modules/stalwart-mail: Explicitly list out valid password hashes | Benedikt Peetz | |
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. | |||
6 hours |