Skip to content

Commit eb4b542

Browse files
cursoragentjeboehm
andcommitted
docs: Update UPGRADE.md for Unbound port change
Co-authored-by: j.boehm <[email protected]>
1 parent f936822 commit eb4b542

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/UPGRADE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Upgrade guide for docker-mailserver.
44

55
Before upgrading, ensure you have updated `docker-compose.yml` and `docker-compose.production.yml` files.
66

7+
## v6.0 to v6.1
8+
9+
- **Unbound port change and capability requirement (breaking)**: Unbound now listens on port `53` (UDP/TCP) instead of `5353`.
10+
- Compose: the `unbound` service now requires `cap_add: [NET_BIND_SERVICE]` to bind <1024 as non-root.
11+
- Kubernetes: the `unbound` deployment exposes containerPorts `53/TCP` and `53/UDP` and adds the `NET_BIND_SERVICE` capability.
12+
- Rspamd and internal components should use `unbound:53`. Any hardcoded `:5353` must be updated.
13+
- If you previously customized Postfix to use `127.0.0.1:5353`, remove that customization. Postfix and other services should resolve via standard port 53.
14+
715
## v5.x to v6.0
816

917
Deployment on Kubernetes is now a first class citizen. You can use the `kustomization.yaml` file to deploy the mailserver to your Kubernetes cluster.
@@ -35,11 +43,3 @@ The Helm chart has been deprecated and archived.
3543

3644
- **Full Text Search**: Enabled by default. All `FTS_` environment variables have been removed.
3745
- **Protocol Support**: POP3 and IMAP are always enabled. The `POP3_ENABLED` and `IMAP_ENABLED` environment variables have been removed.
38-
39-
## v6.0 to v6.1
40-
41-
- **Unbound port change and capability requirement (breaking)**: Unbound now listens on port `53` (UDP/TCP) instead of `5353`.
42-
- Compose: the `unbound` service now requires `cap_add: [NET_BIND_SERVICE]` to bind <1024 as non-root.
43-
- Kubernetes: the `unbound` deployment exposes containerPorts `53/TCP` and `53/UDP` and adds the `NET_BIND_SERVICE` capability.
44-
- Rspamd and internal components should use `unbound:53`. Any hardcoded `:5353` must be updated.
45-
- If you previously customized Postfix to use `127.0.0.1:5353`, remove that customization. Postfix and other services should resolve via standard port 53.

0 commit comments

Comments
 (0)