Marius Burkard
2016-05-18 1f3c052e56cf937c12bda29df4d9887d8d8e95fc
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 files modified
8 ■■■■ changed files
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/tpl/fedora_amavisd_conf.master
@@ -146,8 +146,8 @@
$myhostname = '{hostname}';
$notify_method  = 'smtp:[127.0.0.1]:10027';
$forward_method = 'smtp:[127.0.0.1]:10025';  # set to undef with milter!
$notify_method  = 'smtp:*:*';
$forward_method = 'smtp:*:*';  # 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:[127.0.0.1]:10027';
$forward_method = 'smtp:[127.0.0.1]:10025';  # set to undef with milter!
$notify_method  = 'smtp:*:*';
$forward_method = 'smtp:*:*';  # set to undef with milter!
# $final_virus_destiny      = D_DISCARD;
# $final_banned_destiny     = D_BOUNCE;