diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mail.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |