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/out | |
parent | 02772c92ce74490ce60792b0543d60ce71f28e42 (diff) |
postfix: Don't explicitly set inet_interfaces=all as it's the default.
Diffstat (limited to 'roles/out')
-rw-r--r-- | roles/out/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
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 = |