aboutsummaryrefslogtreecommitdiffstats
path: root/modules/amavis
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2017-10-11 20:34:09 +0100
committerPascal Terjan <pterjan@mageia.org>2017-10-11 20:34:16 +0100
commitb672f79f37a7b2c44ad7e078e4b85cea13ea7e3a (patch)
tree0d1e438abb7ea8ca0dbf79677a8144c1cf05a4a9 /modules/amavis
parentb616e32e3a6c5761431432655acb035599bb31d8 (diff)
downloadpuppet-b672f79f37a7b2c44ad7e078e4b85cea13ea7e3a.tar
puppet-b672f79f37a7b2c44ad7e078e4b85cea13ea7e3a.tar.gz
puppet-b672f79f37a7b2c44ad7e078e4b85cea13ea7e3a.tar.bz2
puppet-b672f79f37a7b2c44ad7e078e4b85cea13ea7e3a.tar.xz
puppet-b672f79f37a7b2c44ad7e078e4b85cea13ea7e3a.zip
Force amavis forwarding ports
Defaults have changed from 10026 to 10025 which is were it is listening for us, so looping.
Diffstat (limited to 'modules/amavis')
-rw-r--r--modules/amavis/templates/amavisd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/amavis/templates/amavisd.conf b/modules/amavis/templates/amavisd.conf
index 2d782988..def495a9 100644
--- a/modules/amavis/templates/amavisd.conf
+++ b/modules/amavis/templates/amavisd.conf
@@ -157,8 +157,8 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error
# $myhostname = 'host.example.com'; # must be a fully-qualified domain name!
-# $notify_method = 'smtp:[127.0.0.1]:10026';
-# $forward_method = 'smtp:[127.0.0.1]:10026'; # set to undef with milter!
+$notify_method = 'smtp:[127.0.0.1]:10026';
+$forward_method = 'smtp:[127.0.0.1]:10026'; # set to undef with milter!
# $final_virus_destiny = D_DISCARD;
# $final_banned_destiny = D_BOUNCE;