aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-mta.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-11-02 18:26:55 +0100
committervarac <varacanero@zeromail.org>2010-11-02 18:26:55 +0100
commit070c247e96ac14630975f8ac065ee7976fd7f0b6 (patch)
treec36a7ba63884734a796b73aa0e5c63db472d0d31 /manifests/classes/postfix-mta.pp
parent60544a57c9e2d014061d2c2775654918890a648c (diff)
parent6193e0e0e9f2263d9a297cc0f19dffe1b25483de (diff)
downloadpuppet-postfix-070c247e96ac14630975f8ac065ee7976fd7f0b6.tar.gz
puppet-postfix-070c247e96ac14630975f8ac065ee7976fd7f0b6.tar.bz2
merge with git://labs.riseup.net/shared-postfix
Diffstat (limited to 'manifests/classes/postfix-mta.pp')
-rw-r--r--manifests/classes/postfix-mta.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/classes/postfix-mta.pp b/manifests/classes/postfix-mta.pp
index ff94c91..c36c0bc 100644
--- a/manifests/classes/postfix-mta.pp
+++ b/manifests/classes/postfix-mta.pp
@@ -2,7 +2,7 @@
# == Class: postfix::mta
#
# This class configures a minimal MTA, listening on
-# $postfix_ng_smtp_listen (default to localhost) and delivering mail to
+# $postfix_smtp_listen (default to localhost) and delivering mail to
# $postfix_mydestination (default to $fqdn).
#
# A valid relay host is required ($postfix_relayhost) for outbound email.
@@ -19,7 +19,7 @@
#
# node "toto.example.com" {
# $postfix_relayhost = "mail.example.com"
-# $postfix_ng_smtp_listen = "0.0.0.0"
+# $postfix_smtp_listen = "0.0.0.0"
# $postfix_mydestination = "\$myorigin, myapp.example.com"
#
# include postfix::mta