diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-07-10 01:20:10 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-07-10 01:21:04 +0200 |
commit | d77dcf0bddcd46971f0bb6d2b07d45f92e7f837c (patch) | |
tree | 8eaee28bfadee09f6bebe0118b078bffc2f80a8e /roles | |
parent | 02772c92ce74490ce60792b0543d60ce71f28e42 (diff) |
postfix: Don't explicitly set inet_interfaces=all as it's the default.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/IMAP/templates/etc/postfix/main.cf.j2 | 1 | ||||
-rw-r--r-- | roles/MSA/templates/etc/postfix/main.cf.j2 | 1 | ||||
-rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 1 | ||||
-rw-r--r-- | roles/lists/templates/etc/postfix/main.cf.j2 | 1 | ||||
-rw-r--r-- | roles/out/templates/etc/postfix/main.cf.j2 | 1 |
5 files changed, 0 insertions, 5 deletions
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 = |