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
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)