How to disable /enable service in zimbra
Syntax:
command option "zimbra_hostname" attribute service_name
Example:
[Disable antispam service]
zmprov ms "mail.example.com" -zimbraServiceEnabled antispam
OR
zmprov ms `zmhostname` -zimbraServiceEnabled antispam
[Enable antispam service]
zmprov ms "mail.example.com" +zimbraServiceEnabled antispam
OR
zmprov ms `zmhostname` +zimbraServiceEnabled antispam
Ref:
Comments
Post a Comment