Werk #9575: Postfix: Enable name resolution fallback to /etc/hosts
Component | Firmware |
Title | Postfix: Enable name resolution fallback to /etc/hosts |
Date | Jun 3, 2024 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Appliance Version | 1.7.3 |
With the switch from nullmailer to postfix, the name resolution fallback to /etc/hosts was not being done anymore since version 1.7.0.
The postfix configuration has now been changed to enable this feature again. Technically the option smtp_host_lookup = dns, native is set in the postfix main.cf configuration file.