aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-07-10 13:34:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-07-10 13:34:33 -0300
commita45ab2aedeabcdb9232d16f30c3c31aa4fbcc090 (patch)
tree17367fc870584b36179c03ef79bdfa505a7459a3 /manifests/mail.pp
parentb3ae911894af33bb4bdd5cabae803c1cdd59b04d (diff)
downloadpuppet-nodo-a45ab2aedeabcdb9232d16f30c3c31aa4fbcc090.tar.gz
puppet-nodo-a45ab2aedeabcdb9232d16f30c3c31aa4fbcc090.tar.bz2
Using 'all' for postfix_smtp_listen
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp2
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 {