From 058ea39ce7d1e7a709a5c64da2306a88130c3392 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 17 May 2023 02:16:44 +0200 Subject: [PATCH] install_amavis.sh: forgot to add tcp port 10026 .. --- install_amavis.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install_amavis.sh b/install_amavis.sh index 86d5079..c20eda7 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -3925,6 +3925,10 @@ use strict; # #\$inet_socket_port = [10024, 10026]; +# We use port '10026' for whitelisted sender (no spam checks) - see below +# +\$inet_socket_port = [10024, 10026]; + # Bypass spam checking fro trusted networks # #\$interface_policy{'10026'} = 'TRUSTED';