diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2007-09-05 15:50:49 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2007-09-05 15:50:49 (GMT) |
commit | 65b82edc1bac762d579bc3950267eecbf8fc8b2b (patch) | |
tree | 6ce6f03ea34f383fcd3d44abaef8af4e87797d3f | |
parent | 821919244a0b223286f77196a9910a1ce043092f (diff) | |
download | kolab-conf-65b82edc1bac762d579bc3950267eecbf8fc8b2b.tar.gz |
rc.conf.template: Disable spamd, hourly instead of daily clamav updates
-rw-r--r-- | conf/templates/rc.conf.template.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/templates/rc.conf.template.in b/conf/templates/rc.conf.template.in index f6896c9..cd8c678 100644 --- a/conf/templates/rc.conf.template.in +++ b/conf/templates/rc.conf.template.in @@ -25,3 +25,6 @@ proftpd_enable="yes" @@@else@@@ proftpd_enable="no" @@@endif@@@ + +spamassassin_enable="no" +clamav_update="hourly" |