From 8b21fdc67dac6c4dead3de33d32440fd480581cc Mon Sep 17 00:00:00 2001 From: Maat Date: Mon, 14 Oct 2024 15:17:35 +0200 Subject: fixing typo in mynetworks --- modules/postfix/templates/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 74931e77..29cea9dc 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -39,7 +39,7 @@ smtp_address_preference = ipv4 <%- end -%> # FIXME Do not hardcode this -mynetworks = 212.85.158.144/28 [2a02:2178:2:7::]/64 127.0.0.1/16 163.172.148.228 [2001:bc8:4400:2800::4115] +mynetworks = 212.85.158.144/28 [2a02:2178:2:7::]/64 127.0.0.0/16 163.172.148.228 [2001:bc8:4400:2800::4115] myhostname = <%= fqdn %> mydomain = <%= domain %> <%- if all_tags.include?('postfix::server::secondary') -%> -- cgit v1.2.1