aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/st (unfollow)
Commit message (Collapse)Author
2025-04-23modules/stalwart-mail: Add recommended proxy settings for stalwarts-proxyBenedikt Peetz
This includes setting things, like setting the `X-Forwarded-For` header.
2025-04-23modules/stalwart-mail: Don't restart the systemd serviceBenedikt 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.
2025-04-23modules/stalwart-mail: Enable the http self-service interfaceBenedikt Peetz
2025-04-23modules/stalwart-mail: Allow both nginx and stalwart-mail access to the certBenedikt Peetz
This is needed for the http challenge (and for the potential to use nginx as a proxy in the future.)
2025-04-23modules/stalwart-mail: Explicitly list out valid password hashesBenedikt 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.
2025-04-23modules/stalwart-mail: Make `cfg.principals` nullableBenedikt Peetz
This makes it possible to use the internal storage
2025-04-23modules/stalwart-mail: Use correct group name for `redis-stalwart-mail`Benedikt Peetz
2025-03-29modules/stalwart-mail: Assign uids and gids to the stalwart usersBenedikt Peetz
2025-03-09modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` optionBenedikt Peetz
2025-03-09modules/stalwart-mail-free: Remove all `security` dependent checks if it's nullBenedikt Peetz
2025-03-09modules/stalwart-mail: Capitalize default mailboxesBenedikt Peetz
This seems to be somewhat of a standart.
2025-03-09modules/stalwart-mail: Also listen on :25 without SSL but with STARTTLSBenedikt Peetz
This is important, so that other MTA can send us mail.
2025-03-09modules/stalwart-mail: Set a default value for `principals`Benedikt Peetz
2025-03-09modules/stalwart-mail: Include full systemd service and set correct dependenciesBenedikt Peetz
This also starts `nginx` so that we can complete http-01 acme challenges.
2025-03-09modules/stalwart-mail: Select DKIM keys per-domainBenedikt Peetz
2025-03-09modules/stalwart-mail: Avoid hardcoding `vhack.eu` email addressBenedikt Peetz
2025-03-09modules/stalwart-mail: Move the package to the `pkgs` subtreeBenedikt Peetz
2025-03-09module/stalwart-mail: Init initial versionBenedikt Peetz