voxpupuli / puppet-postfix

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

smtp address in master.cf not needed for loopback #329

Open jcpunk opened 2 years ago

jcpunk commented 2 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

What are you seeing

127.0.0.1:smtp      inet  n       -       n       -       -       smtpd

What behaviour did you expect instead

Current best practices for loopback are to use the the inet_interfaces option instead.

https://www.postfix.org/postconf.5.html#inet_interfaces https://www.postfix.org/master.5.html

Output log

Any additional information you'd like to impart