Achieve "Reset to Global value" using zmprov

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
hoomanv
Posts: 13
Joined: Sat Sep 13, 2014 3:26 am
ZCS/ZD Version: 8.7.10

Achieve "Reset to Global value" using zmprov

Post by hoomanv »

In Zimbra Administration Console there is a way to reset server specific attributes to global attribute value by clicking on "Reset to Global value"
How can I achieve the same using the zmprov command?

If an attribute is individually modified via "zmprov modifyServer", how can I unset it so it will take whatever the value I set via "zmprov modifyConfig"?
hoomanv
Posts: 13
Joined: Sat Sep 13, 2014 3:26 am
ZCS/ZD Version: 8.7.10

Re: Achieve "Reset to Global value" using zmprov

Post by hoomanv »

Found the answer

To remove an attribute, prefix it with hyphen
zmprov ms serverName -attrName value

To verify it longer exists
zmprov gas -v -e | grep -i attrName
Post Reply