Marius Burkard
2016-07-10 58b8f2bf6dbed7a63150f35e6e3b9fe835ce98ac
- replace *:* by 127.0.0.1:* in amavis config
3 files modified
14 ■■■■ changed files
install/dist/tpl/gentoo/amavisd-ispconfig.conf.master 6 ●●●● patch | view | raw | blame | history
install/tpl/fedora_amavisd_conf.master 4 ●●●● patch | view | raw | blame | history
install/tpl/opensuse_amavisd_conf.master 4 ●●●● patch | view | raw | blame | history
install/dist/tpl/gentoo/amavisd-ispconfig.conf.master
@@ -95,9 +95,9 @@
$inet_socket_port = [10024,10026];
# *:* = send to IP/HOST:incoming Port + 1
$forward_method = 'smtp:*:*';
$notify_method = 'smtp:*:*';
# :* = send to incoming Port + 1
$forward_method = 'smtp:127.0.0.1:*';
$notify_method = 'smtp:127.0.0.1:*';
$interface_policy{'10026'} = 'ORIGINATING';
$policy_bank{'ORIGINATING'} = {
install/tpl/fedora_amavisd_conf.master
@@ -146,8 +146,8 @@
$myhostname = '{hostname}';
$notify_method  = 'smtp:*:*';
$forward_method = 'smtp:*:*';  # set to undef with milter!
$notify_method  = 'smtp:127.0.0.1:*';
$forward_method = 'smtp:127.0.0.1:*';  # set to undef with milter!
# $os_fingerprint_method = 'p0f:127.0.0.1:2345';  # to query p0f-analyzer.pl
install/tpl/opensuse_amavisd_conf.master
@@ -145,8 +145,8 @@
$myhostname = 'linux-jfp8.site';
$notify_method  = 'smtp:*:*';
$forward_method = 'smtp:*:*';  # set to undef with milter!
$notify_method  = 'smtp:127.0.0.1:*';
$forward_method = 'smtp:127.0.0.1:*';  # set to undef with milter!
# $final_virus_destiny      = D_DISCARD;
# $final_banned_destiny     = D_BOUNCE;