thias / puppet-postfix

Puppet Postfix module
Other
17 stars 117 forks source link

Add parameters smtp_bind_address, smtp_bind_address6 and smtp_helo_name #78

Open webcompas opened 8 years ago

webcompas commented 8 years ago

The configuration parameters smtp_bind_address, smtp_bind_address6 and smtp_helo_name can actually only be set using extra_main_parameters. So support for these should be added using the following default values:

smtp_bind_address = smtp_bind_address6 = smtp_helo_name = $myhostname

thias commented 8 years ago

Clean pull request welcome! Look at the existing parameters, keep the relevant order and make sure that by default no configuration files change (not even empty lines).

webcompas commented 8 years ago

I just did the changes and created a pull request (https://github.com/thias/puppet-postfix/pull/83).

HielkeJ commented 8 years ago

thias,

Is it possible to merge this request?

Thanks!