diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2007-07-19 15:45:22 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2007-07-19 15:45:22 (GMT) |
commit | 4458db40ef3a349fb4e9a545eca1855e0b582d15 (patch) | |
tree | 3b1bcd665fd6480f6ce7c77ff3d2e4ee51f686d1 | |
parent | a1ba0b8350dc8b630bb6737cf02bfe1781b9d7a2 (diff) | |
download | kolab-conf-4458db40ef3a349fb4e9a545eca1855e0b582d15.tar.gz |
Fix kolab/issue1025 (loading policy bank "MYUSERS": unknown field "mynetworks")
-rw-r--r-- | conf/templates/amavisd.conf.template.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/templates/amavisd.conf.template.in b/conf/templates/amavisd.conf.template.in index bb80fb6..d3951a2 100644 --- a/conf/templates/amavisd.conf.template.in +++ b/conf/templates/amavisd.conf.template.in @@ -1515,7 +1515,6 @@ $policy_bank{'MYUSERS'} = { # mail from authenticated users on this system warnbannedrecip_maps => undef,# (defaults to false (undef)) warnvirussender => 1, warnbannedsender => 1, - mynetworks => qw(0.0.0.0/0), }; |