diff --git a/docs/firststeps-disable_ipv6.md b/docs/firststeps-disable_ipv6.md index 68b33ea0b..1f0f86abf 100644 --- a/docs/firststeps-disable_ipv6.md +++ b/docs/firststeps-disable_ipv6.md @@ -65,3 +65,17 @@ Restart Unbound: ``` docker-compose restart unbound-mailcow ``` + +**4.** Disable IPv6 in postfix-mailcow + +Create `data/conf/postfix/extra.cf` and set `smtp_address_preference` to `ipv4`: + +``` +smtp_address_preference = ipv4 +``` + +Restart Postfix: + +``` +docker-compose restart postfix-mailcow +```