From d77dcf0bddcd46971f0bb6d2b07d45f92e7f837c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 10 Jul 2016 01:20:10 +0200 Subject: postfix: Don't explicitly set inet_interfaces=all as it's the default. --- roles/IMAP/templates/etc/postfix/main.cf.j2 | 1 - roles/MSA/templates/etc/postfix/main.cf.j2 | 1 - roles/MX/templates/etc/postfix/main.cf.j2 | 1 - roles/lists/templates/etc/postfix/main.cf.j2 | 1 - roles/out/templates/etc/postfix/main.cf.j2 | 1 - 5 files changed, 5 deletions(-) (limited to 'roles') diff --git a/roles/IMAP/templates/etc/postfix/main.cf.j2 b/roles/IMAP/templates/etc/postfix/main.cf.j2 index 00e0081..af7c4af 100644 --- a/roles/IMAP/templates/etc/postfix/main.cf.j2 +++ b/roles/IMAP/templates/etc/postfix/main.cf.j2 @@ -28,7 +28,6 @@ multi_instance_enable = yes # This server is a Mail Delivery Agent mynetworks_style = host -inet_interfaces = all # No local delivery diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2 index b517d5d..d3b8e66 100644 --- a/roles/MSA/templates/etc/postfix/main.cf.j2 +++ b/roles/MSA/templates/etc/postfix/main.cf.j2 @@ -28,7 +28,6 @@ multi_instance_enable = yes # This server is a Mail Submission Agent mynetworks_style = host -inet_interfaces = all # No local delivery mydestination = diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index af282aa..cbd6d78 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -29,7 +29,6 @@ multi_instance_enable = yes # This server is a Mail eXchange mynetworks_style = host -inet_interfaces = all # No local delivery mydestination = diff --git a/roles/lists/templates/etc/postfix/main.cf.j2 b/roles/lists/templates/etc/postfix/main.cf.j2 index 025e8d9..4fd5c50 100644 --- a/roles/lists/templates/etc/postfix/main.cf.j2 +++ b/roles/lists/templates/etc/postfix/main.cf.j2 @@ -28,7 +28,6 @@ multi_instance_enable = yes # This server is a Mail Delivery Agent mynetworks_style = host -inet_interfaces = all # No local delivery diff --git a/roles/out/templates/etc/postfix/main.cf.j2 b/roles/out/templates/etc/postfix/main.cf.j2 index 34ac84e..c3281cb 100644 --- a/roles/out/templates/etc/postfix/main.cf.j2 +++ b/roles/out/templates/etc/postfix/main.cf.j2 @@ -31,7 +31,6 @@ mynetworks = 127.0.0.0/8, [::1]/128 {%- if groups.all | length > 1 -%} , {{ ipsec_subnet }} {% endif %} -inet_interfaces = all # No local delivery mydestination = -- cgit v1.2.3