Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameters smtp_bind_address, smtp_bind_address6 and smtp_helo_name #78

Open
webcompas opened this issue Jan 25, 2016 · 3 comments
Open

Comments

@webcompas
Copy link

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
Copy link
Owner

thias commented Feb 2, 2016

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
Copy link
Author

I just did the changes and created a pull request (#83).

@HielkeJ
Copy link

HielkeJ commented May 18, 2016

thias,

Is it possible to merge this request?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants