Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Last active November 10, 2016 13:07
Show Gist options
  • Save richardsonlima/ee2cc35d7dd781f37b0cc48a3c30aa2e to your computer and use it in GitHub Desktop.
Save richardsonlima/ee2cc35d7dd781f37b0cc48a3c30aa2e to your computer and use it in GitHub Desktop.
su - zimbra -c 'zmlocalconfig -e antispam_enable_rule_updates=true'
su - zimbra -c 'zmlocalconfig -e antispam_enable_restarts=true'
su - zimbra -c 'zmlocalconfig -e antispam_enable_rule_compilation=true'
su - zimbra -c 'zmamavisdctl restart'
su - zimbra -c 'zmmtactl restart'
su - zimbra -c 'zmlocalconfig -e antispam_enable_rule_updates=false'
su - zimbra -c 'zmlocalconfig -e antispam_enable_restarts=false'
su - zimbra -c 'zmlocalconfig -e antispam_enable_rule_compilation=false'
su - zimbra -c 'zmamavisdctl restart'
su - zimbra -c 'zmmtactl restart'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment