File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 19
19
mode : 0440
20
20
21
21
- name : Enabling SpamAssassin Auto Update
22
- command : zmlocalconfig -e antispam_enable_rule_updates=true
22
+ command : ./zmlocalconfig -e antispam_enable_rule_updates=true
23
+ args :
24
+ chdir : /opt/zimbra/bin/
23
25
become : true
24
26
become_user : zimbra
25
27
26
28
- name : Enabling Amavis to restart when the rules are update
27
- command : zmlocalconfig -e antispam_enable_restarts=true
29
+ command : ./zmlocalconfig -e antispam_enable_restarts=true
30
+ args :
31
+ chdir : /opt/zimbra/bin/
28
32
become : true
29
33
become_user : zimbra
30
34
31
35
- name : Enabling SpamAssassin rule compilation
32
- command : zmlocalconfig -e antispam_enable_rule_compilation=true
36
+ command : ./zmlocalconfig -e antispam_enable_rule_compilation=true
37
+ args :
38
+ chdir : /opt/zimbra/bin/
33
39
become : true
34
40
become_user : zimbra
35
41
You can’t perform that action at this time.
0 commit comments