You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADE.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,6 @@ The Helm chart has been deprecated and archived.
21
21
-**Mail Submission**: Mail submission is now only possible on port 587.
22
22
23
23
### MDA (Mail Delivery Agent)
24
-
-**Unbound port change and capability requirement (breaking)**: Unbound now listens on port `53` (UDP/TCP) instead of `5353`.
25
-
- Compose: the `unbound` service now requires `cap_add: [NET_BIND_SERVICE]` to bind <1024 as non-root.
26
-
- Kubernetes: the `unbound` deployment exposes containerPorts `53/TCP` and `53/UDP` and adds the `NET_BIND_SERVICE` capability.
27
-
- Rspamd and internal components should use `unbound:53`. Any hardcoded `:5353` must be updated.
28
-
- 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.
29
-
30
24
-**Base Image**: Changed to `dovecot/dovecot`. This image is no longer based on Alpine Linux.
31
25
-**TLS Certificate Paths**: Updated to `/etc/dovecot/tls/tls.crt` and `/etc/dovecot/tls/tls.key`. A Diffie-Hellman file is no longer required.
32
26
-**Mail Storage**: Now mounted to `/srv/vmail` instead of `/var/vmail`.
@@ -41,3 +35,11 @@ The Helm chart has been deprecated and archived.
41
35
42
36
-**Full Text Search**: Enabled by default. All `FTS_` environment variables have been removed.
43
37
-**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