Skip to content

Commit

Permalink
Per code review, clarifies why smtphelo might be needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Sorenson committed Dec 28, 2012
1 parent e4594ec commit 1ade019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/puppet/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,9 @@ module Puppet
},
:smtphelo => {
:default => Facter["fqdn"].value,
:desc => "The name by which we identify ourselves in SMTP HELO for reports.",
:desc => "The name by which we identify ourselves in SMTP HELO for reports.
If you send to a smtpserver which does strict HELO checking (as with Postfix's
`smtpd_helo_restrictions` access controls), you may to ensure this resolves.",
},
)

Expand Down

0 comments on commit 1ade019

Please sign in to comment.