From 4240bc3b14ce2e6885c06b88727931348479feb2 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 8 Jan 2026 13:55:22 +0100 Subject: [PATCH] install_amavis.sh: remoce deprecated parameter disable_dns_lookups for transport 'amavisfeed'. --- install_amavis.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install_amavis.sh b/install_amavis.sh index 63d7604..276b2d1 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -5115,7 +5115,6 @@ EOF amavisfeed unix - - n - 20 lmtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes - -o disable_dns_lookups=yes EOF fi fi # if ! $smtps_present @@ -5168,7 +5167,6 @@ EOF amavisfeed unix - - n - 20 lmtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes - -o disable_dns_lookups=yes EOF fi @@ -5207,7 +5205,6 @@ EOF amavisfeed unix - - n - 20 lmtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes - -o disable_dns_lookups=yes EOF continue fi