Skip to content

Commit

Permalink
postfix: updated doc - followup to commit 18661db
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Fournier committed May 4, 2010
1 parent 3b8ef23 commit 8f4d11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/classes/postfix.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# delivery and an SMTP server listening on the loopback interface.
#
# Parameters:
# - *$postfix_ng_smtp_listen*: address on which the smtp service will listen to. defaults to 127.0.0.1
# - *$postfix_smtp_listen*: address on which the smtp service will listen to. defaults to 127.0.0.1
# - *$root_mail_recipient*: who will recieve root's emails. defaults to "nobody"
#
# Example usage:
#
# node "toto.example.com" {
# $postfix_ng_smtp_listen = "192.168.1.10"
# $postfix_smtp_listen = "192.168.1.10"
# include postfix
# }
#
Expand Down

0 comments on commit 8f4d11d

Please sign in to comment.