install_amavis.sh: forgot to add tcp port 10026 ..

This commit is contained in:
Christoph 2023-05-17 02:16:44 +02:00
parent 225d8f83c6
commit 058ea39ce7

View File

@ -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';