From dda641631b096ef15a6f55514e217c9be3bf97e3 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Mon, 09 May 2016 10:19:36 -0400
Subject: [PATCH] updated amavis-config

---
 install/tpl/opensuse_amavisd_conf.master |    4 ++--
 install/tpl/fedora_amavisd_conf.master   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/tpl/fedora_amavisd_conf.master b/install/tpl/fedora_amavisd_conf.master
index 8935df7..6e454e7 100644
--- a/install/tpl/fedora_amavisd_conf.master
+++ b/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
 
diff --git a/install/tpl/opensuse_amavisd_conf.master b/install/tpl/opensuse_amavisd_conf.master
index df5f03f..a756bb5 100644
--- a/install/tpl/opensuse_amavisd_conf.master
+++ b/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;

--
Gitblit v1.9.1