Including Antispam Auto Update

This commit is contained in:
Lucas Costa Beyeler 2017-09-05 11:12:24 -03:00 committed by GitHub
parent 6c9017fe07
commit d077dc7041
1 changed files with 15 additions and 0 deletions

View File

@ -17,6 +17,21 @@
owner: root
group: root
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