From 3725c094a70534a7e6eb6830be53234fcfd14b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Wed, 5 May 2021 17:31:56 +0200 Subject: [PATCH] Update firststeps-trust_networks.md --- docs/firststeps-trust_networks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/firststeps-trust_networks.md b/docs/firststeps-trust_networks.md index 5d65083af..aea044b9e 100644 --- a/docs/firststeps-trust_networks.md +++ b/docs/firststeps-trust_networks.md @@ -7,7 +7,7 @@ If you decide to set `mynetworks`, Postfix ignores the mynetworks_style setting. ## Unauthenticated relaying !!! Warning - Incorrect setup of `mynetworks` will allow your server to be used as an open relay. If abused, this **will** affect your ability to send emails and can take some time to be resolved. + Incorrect setup of `mynetworks` will allow your server to be used as an open relay. If abused, this **will** affect your ability to send emails and can take some time to be resolved. ### IPv4 hosts/subnets @@ -36,4 +36,4 @@ mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 [fe80::]/10 172.22.1.0 Run `docker-compose restart postfix-mailcow` to apply your new settings. !!! Info - More information about mynetworks can be found in the [Postfix documentation](http://www.postfix.org/postconf.5.html#mynetworks). + More information about mynetworks can be found in the [Postfix documentation](http://www.postfix.org/postconf.5.html#mynetworks).