This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_enable_forgot_password [2021/01/12 11:32] gcooper |
internet:mail:zimbra:zimbra_enable_forgot_password [2022/09/23 10:55] (current) gcooper |
||
---|---|---|---|
Line 42: | Line 42: | ||
{{ : | {{ : | ||
+ | |||
+ | ===== Enable Password Recovery in CoS ===== | ||
+ | |||
+ | FIXME Zimbra restart required? | ||
+ | |||
+ | < | ||
+ | zmprov gc default zimbraFeatureResetPasswordStatus | ||
+ | |||
+ | zmprov mc default zimbraFeatureResetPasswordStatus enabled | ||
+ | </ | ||
+ | |||
+ | Modify all CoS: | ||
+ | |||
+ | < | ||
+ | for cos in `zmprov gac`; do zmprov mc $cos zimbraFeatureResetPasswordStatus enabled; done | ||
+ | </ |