puppet-postfix icon indicating copy to clipboard operation
puppet-postfix copied to clipboard

Add parameters smtp_bind_address, smtp_bind_address6 and smtp_helo_name

Open webcompas opened this issue 9 years ago • 3 comments

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

webcompas avatar Jan 25 '16 10:01 webcompas

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).

thias avatar Feb 02 '16 11:02 thias

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

webcompas avatar Mar 23 '16 21:03 webcompas

thias,

Is it possible to merge this request?

Thanks!

HielkeJ avatar May 18 '16 11:05 HielkeJ