diff options
Diffstat (limited to 'modules/postfix/templates/main.cf')
-rw-r--r-- | modules/postfix/templates/main.cf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 0b706ac8..50992528 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -30,7 +30,8 @@ inet_interfaces = all <% end %> inet_protocols = all -mynetworks_style = host +# FIXME Do not hardcode this +mynetworks = 212.85.158.144/28 [2a02:2178:2:7::]/64 myhostname = <%= fqdn %> mydomain = <%= domain %> myorigin = $mydomain |