diff options
author | varac <varacanero@zeromail.org> | 2010-11-02 18:26:55 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2010-11-02 18:26:55 +0100 |
commit | 070c247e96ac14630975f8ac065ee7976fd7f0b6 (patch) | |
tree | c36a7ba63884734a796b73aa0e5c63db472d0d31 /manifests/classes/postfix-mta.pp | |
parent | 60544a57c9e2d014061d2c2775654918890a648c (diff) | |
parent | 6193e0e0e9f2263d9a297cc0f19dffe1b25483de (diff) |
merge with git://labs.riseup.net/shared-postfix
Diffstat (limited to 'manifests/classes/postfix-mta.pp')
-rw-r--r-- | manifests/classes/postfix-mta.pp | 4 |
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 |