Difference between revisions of "Steps to get all signature list of a user and steps to delete signature"
(Created page with "===<h1>Steps to get all signature list of a user and steps to delete signature</h1>=== <hr> <br> <h2>Problem</h2> How to get all signature list of a user and how to delete a...") |
|||
Line 4: | Line 4: | ||
<h2>Problem</h2> | <h2>Problem</h2> | ||
− | How to get all signature list of a user and how to delete a signature | + | How to get all signature list of a user and how to delete a signature? |
<h2>Solution:</h2> | <h2>Solution:</h2> | ||
− | 1) Command to get all signature list of a user. | + | '''1).''' Command to get all signature list of a user. |
zmprov gsig USERNAME@DOMAIN.COM | zmprov gsig USERNAME@DOMAIN.COM | ||
− | 2) Command to delete a signature by name. | + | '''2).''' Command to delete a signature by name. |
zmprov dsig USERNAME@DOMAIN.COM "SIGNATURE-NAME" | zmprov dsig USERNAME@DOMAIN.COM "SIGNATURE-NAME" | ||
− | |||
− | + | ||
+ | Submitted by: Heera Singh Koranga |
Revision as of 08:07, 21 August 2017
Steps to get all signature list of a user and steps to delete signature
Problem
How to get all signature list of a user and how to delete a signature?
Solution:
1). Command to get all signature list of a user.
zmprov gsig USERNAME@DOMAIN.COM
2). Command to delete a signature by name.
zmprov dsig USERNAME@DOMAIN.COM "SIGNATURE-NAME"
Submitted by: Heera Singh Koranga