Skip to content

Commit 58b8f2b

Browse files
author
Marius Burkard
committed
- replace *:* by 127.0.0.1:* in amavis config
1 parent 5693ad5 commit 58b8f2b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

install/dist/tpl/gentoo/amavisd-ispconfig.conf.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ $log_level = 0; # (defaults to 0)
9595

9696
$inet_socket_port = [10024,10026];
9797

98-
# *:* = send to IP/HOST:incoming Port + 1
99-
$forward_method = 'smtp:*:*';
100-
$notify_method = 'smtp:*:*';
98+
# :* = send to incoming Port + 1
99+
$forward_method = 'smtp:127.0.0.1:*';
100+
$notify_method = 'smtp:127.0.0.1:*';
101101

102102
$interface_policy{'10026'} = 'ORIGINATING';
103103
$policy_bank{'ORIGINATING'} = {

install/tpl/fedora_amavisd_conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error
146146

147147
$myhostname = '{hostname}';
148148

149-
$notify_method = 'smtp:*:*';
150-
$forward_method = 'smtp:*:*'; # set to undef with milter!
149+
$notify_method = 'smtp:127.0.0.1:*';
150+
$forward_method = 'smtp:127.0.0.1:*'; # set to undef with milter!
151151

152152
# $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl
153153

install/tpl/opensuse_amavisd_conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error
145145

146146
$myhostname = 'linux-jfp8.site';
147147

148-
$notify_method = 'smtp:*:*';
149-
$forward_method = 'smtp:*:*'; # set to undef with milter!
148+
$notify_method = 'smtp:127.0.0.1:*';
149+
$forward_method = 'smtp:127.0.0.1:*'; # set to undef with milter!
150150

151151
# $final_virus_destiny = D_DISCARD;
152152
# $final_banned_destiny = D_BOUNCE;

0 commit comments

Comments
 (0)