From: Silvio Rhatto Date: Sun, 5 Jan 2014 15:52:21 +0000 (-0200) Subject: Using inet_protocols postfix config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1d2089d31cecabe1e51d0f7e60d29de76262da4d;p=puppet-mail.git Using inet_protocols postfix config --- diff --git a/manifests/base.pp b/manifests/base.pp index 77a818e..093d289 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -31,4 +31,9 @@ class mail::base { postfix::hash { "/etc/postfix/transport": ensure => present, } + + # See http://www.gtkdb.de/index_7_2274.html + postfix::config { 'inet_protocols': + value => hiera('mail::base::inet_protocols', 'ipv4'), + } }