Skip to content

Commit 1f3c052

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 293ffde + 3cf77b7 commit 1f3c052

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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:[127.0.0.1]:10027';
150-
$forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter!
149+
$notify_method = 'smtp:*:*';
150+
$forward_method = 'smtp:*:*'; # 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:[127.0.0.1]:10027';
149-
$forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter!
148+
$notify_method = 'smtp:*:*';
149+
$forward_method = 'smtp:*:*'; # set to undef with milter!
150150

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

0 commit comments

Comments
 (0)