diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-10-11 20:34:09 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-10-11 20:34:16 +0100 |
commit | b672f79f37a7b2c44ad7e078e4b85cea13ea7e3a (patch) | |
tree | 0d1e438abb7ea8ca0dbf79677a8144c1cf05a4a9 | |
parent | b616e32e3a6c5761431432655acb035599bb31d8 (diff) | |
download | puppet-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.
-rw-r--r-- | modules/amavis/templates/amavisd.conf | 4 |
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; |