install_amavis.sh: forgot to add tcp port 10026 ..
This commit is contained in:
parent
225d8f83c6
commit
058ea39ce7
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user