mirror of https://github.com/lucascbeyeler/zimbra
Including Antispam Auto Update
This commit is contained in:
parent
6c9017fe07
commit
d077dc7041
|
|
@ -18,6 +18,21 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0440
|
mode: 0440
|
||||||
|
|
||||||
|
- name: Enabling SpamAssassin Auto Update
|
||||||
|
command: zmlocalconfig -e antispam_enable_rule_updates=true
|
||||||
|
become: true
|
||||||
|
become_user: zimbra
|
||||||
|
|
||||||
|
- name: Enabling Amavis to restart when the rules are update
|
||||||
|
command: zmlocalconfig -e antispam_enable_restarts=true
|
||||||
|
become: true
|
||||||
|
become_user: zimbra
|
||||||
|
|
||||||
|
- name: Enabling SpamAssassin rule compilation
|
||||||
|
command: zmlocalconfig -e antispam_enable_rule_compilation=true
|
||||||
|
become: true
|
||||||
|
become_user: zimbra
|
||||||
|
|
||||||
#
|
#
|
||||||
# Configuring Pyzor
|
# Configuring Pyzor
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue