fix: Postfix: disable_dns_lookups => smtp_dns_support_level (#4568)

This commit is contained in:
Georg Lauterbach 2025-09-10 09:17:40 +02:00 committed by GitHub
parent 92c834a2e8
commit 0cf26f0100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ All notable changes to this project will be documented in this file. The format
- `step` CLI from `0.28.2` to [`0.28.7`](https://github.com/smallstep/cli/releases/tag/v0.28.7))
- **Dovecot**
- Updated the FTS plugin Xapian from `1.9` to [`1.9.1`](https://github.com/grosjo/fts-xapian/releases/tag/1.9.1) which adds Dovecot 2.4 compatibility ([#4557](https://github.com/docker-mailserver/docker-mailserver/pull/4557))
- **Postfix**
- Replaced `disable_dns_lookups` with `smtp_dns_support_level` in Amavis configuration ([#4568](https://github.com/docker-mailserver/docker-mailserver/pull/4568))
## [v15.1.0](https://github.com/docker-mailserver/docker-mailserver/compare/v15.1.0...HEAD)

View File

@ -7,7 +7,7 @@ smtp-amavis unix - - n - 2 smtp
-o syslog_name=postfix/$service_name
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o smtp_dns_support_level=disabled
-o max_use=20
-o smtp_tls_security_level=none
-o smtp_tls_wrappermode=no