From a45ab2aedeabcdb9232d16f30c3c31aa4fbcc090 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 10 Jul 2010 13:34:33 -0300 Subject: Using 'all' for postfix_smtp_listen --- manifests/mail.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/mail.pp') diff --git a/manifests/mail.pp b/manifests/mail.pp index 2445af6..78a3b7b 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -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 { -- cgit v1.2.3