mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-09-19 20:41:03 +02:00
fix: Postfix: disable_dns_lookups
=> smtp_dns_support_level
(#4568)
This commit is contained in:
parent
92c834a2e8
commit
0cf26f0100
@ -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))
|
- `step` CLI from `0.28.2` to [`0.28.7`](https://github.com/smallstep/cli/releases/tag/v0.28.7))
|
||||||
- **Dovecot**
|
- **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))
|
- 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)
|
## [v15.1.0](https://github.com/docker-mailserver/docker-mailserver/compare/v15.1.0...HEAD)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ smtp-amavis unix - - n - 2 smtp
|
|||||||
-o syslog_name=postfix/$service_name
|
-o syslog_name=postfix/$service_name
|
||||||
-o smtp_data_done_timeout=1200
|
-o smtp_data_done_timeout=1200
|
||||||
-o smtp_send_xforward_command=yes
|
-o smtp_send_xforward_command=yes
|
||||||
-o disable_dns_lookups=yes
|
-o smtp_dns_support_level=disabled
|
||||||
-o max_use=20
|
-o max_use=20
|
||||||
-o smtp_tls_security_level=none
|
-o smtp_tls_security_level=none
|
||||||
-o smtp_tls_wrappermode=no
|
-o smtp_tls_wrappermode=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user