voxpupuli / puppet-postfix

Puppet postfix module
Apache License 2.0
70 stars 174 forks source link

Unused smtpd_bind_address parameter on Debian Buster (Postfix 3.4.10) #281

Closed sid3windr closed 9 months ago

sid3windr commented 4 years ago

When deploying a configuration with use_amavisd, postconf will throw the following error:

postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_bind_address=127.0.0.1

This configuration option doesn't seem to exist (anymore) - Google doesn't really turn anything up either, apart from people with warnings about this nonexistent parameter for 8+ years...

The "127.0.0.1:10025" service name/port combination already restricts this service to listen on 127.0.0.1 only, so the line can simply be removed from the template.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sid3windr commented 3 years ago

Rather than marking it as stale, it would be better to actually fix the issue. Thank you for the wontfix label on all open issues, silly bot.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sid3windr commented 3 years ago

No.

ekohl commented 9 months ago

In cbece91f81cf227c41a3f38f0157e038f0007721 it was renamed to smtp_bind_address so I'm assuming this is fixed.