]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Using 'all' for postfix_smtp_listen
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 10 Jul 2010 16:34:33 +0000 (13:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 10 Jul 2010 16:34:33 +0000 (13:34 -0300)
manifests/mail.pp

index 2445af69c03bac4baefaae3b1e7acd9cd3b6a717..78a3b7b81d43cfd985203db934fc950e6576dac4 100644 (file)
@@ -1,7 +1,7 @@
 class nodo::mail {
   # Class for mail nodes
   $mail_delivery         = "postfix"
-  $postfix_smtp_listen   = "$ipaddress"
+  $postfix_smtp_listen   = "all"
   $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost'
 
   case $postfix_mynetworks {