diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-16 13:19:56 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-16 13:19:56 +0100 |
commit | 06acf4fbccf0d9f2a986145116aef45eb754e517 (patch) | |
tree | 63dde0e9cefda23565f06f8963f3be398f48e1fe /share/templates/master.cf.tpl | |
parent | f4fc482d5317e35759448b986a85e6900e680d98 (diff) | |
download | pykolab-06acf4fbccf0d9f2a986145116aef45eb754e517.tar.gz |
Enable wallace content filtering by default
Diffstat (limited to 'share/templates/master.cf.tpl')
-rw-r--r-- | share/templates/master.cf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/master.cf.tpl b/share/templates/master.cf.tpl index d0ec699..7fa7dac 100644 --- a/share/templates/master.cf.tpl +++ b/share/templates/master.cf.tpl @@ -135,7 +135,7 @@ smtp-amavis unix - - n - 3 smtp # Listener to re-inject email from Amavisd into Postfix # 127.0.0.1:10025 inet n - n - 100 smtpd - -o content_filter= + -o content_filter=smtp-wallace:[127.0.0.1]:10026 -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= |