From 9bbf1a9b56b101e89001a443da03d1d6beb2f852 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:38:49 +0200 Subject: [PATCH] fix: Postfix: disable_dns_lookups => smtp_dns_support_level Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> --- target/amavis/postfix-amavis.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/amavis/postfix-amavis.cf b/target/amavis/postfix-amavis.cf index a2939d16..e02d100c 100644 --- a/target/amavis/postfix-amavis.cf +++ b/target/amavis/postfix-amavis.cf @@ -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