Quote:
Originally Posted by uxbod Would you post the files you have changed please so that we may check the syntax. |
amavis.conf.in:
$inet_socket_port = 10024, 10026; # listen on this local TCP port(s) (see $protocol)
$interface_policy{'10026'} = 'CLIENTWHITELIST';
$policy_bank{'CLIENTWHITELIST'} = {
bypass_spam_checks_maps => [1],
final_spam_destiny => D_PASS,
};
and added:
amavis_client_whitelist (like in the article) with the following content:
xx.xx.xx.xx FILTER smtp-amavis:[127.0.0.1]:10026 (where xx.xx.xx.xx is the IP to be whitelisted)
and all the other details specified in the article.
Thanks.