Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | modules/stalwart-mail: Add recommended proxy settings for stalwarts-proxy | Benedikt Peetz | 4 days |
| | | | | This includes setting things, like setting the `X-Forwarded-For` header. | ||
* | modules/stalwart-mail: Don't restart the systemd service | Benedikt Peetz | 4 days |
| | | | | | | 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. | ||
* | modules/stalwart-mail: Enable the http self-service interface | Benedikt Peetz | 4 days |
| | |||
* | modules/stalwart-mail: Allow both nginx and stalwart-mail access to the cert | Benedikt Peetz | 4 days |
| | | | | | This is needed for the http challenge (and for the potential to use nginx as a proxy in the future.) | ||
* | modules/stalwart-mail: Explicitly list out valid password hashes | Benedikt Peetz | 4 days |
| | | | | | | 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. | ||
* | modules/stalwart-mail: Make `cfg.principals` nullable | Benedikt Peetz | 4 days |
| | | | | This makes it possible to use the internal storage | ||
* | modules/stalwart-mail: Use correct group name for `redis-stalwart-mail` | Benedikt Peetz | 4 days |
| | |||
* | modules/stalwart-mail: Assign uids and gids to the stalwart users | Benedikt Peetz | 2025-03-29 |
| | |||
* | modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` option | Benedikt Peetz | 2025-03-09 |
| | |||
* | modules/stalwart-mail-free: Remove all `security` dependent checks if it's null | Benedikt Peetz | 2025-03-09 |
| | |||
* | modules/stalwart-mail: Capitalize default mailboxes | Benedikt Peetz | 2025-03-09 |
| | | | | This seems to be somewhat of a standart. | ||
* | modules/stalwart-mail: Also listen on :25 without SSL but with STARTTLS | Benedikt Peetz | 2025-03-09 |
| | | | | This is important, so that other MTA can send us mail. | ||
* | modules/stalwart-mail: Set a default value for `principals` | Benedikt Peetz | 2025-03-09 |
| | |||
* | modules/stalwart-mail: Include full systemd service and set correct dependencies | Benedikt Peetz | 2025-03-09 |
| | | | | | This also starts `nginx` so that we can complete http-01 acme challenges. | ||
* | modules/stalwart-mail: Select DKIM keys per-domain | Benedikt Peetz | 2025-03-09 |
| | |||
* | modules/stalwart-mail: Avoid hardcoding `vhack.eu` email address | Benedikt Peetz | 2025-03-09 |
| | |||
* | modules/stalwart-mail: Move the package to the `pkgs` subtree | Benedikt Peetz | 2025-03-09 |
| | |||
* | module/stalwart-mail: Init initial version | Benedikt Peetz | 2025-03-09 |