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...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Steps to get all the signatures user and to delete it= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | |
− | + | ====Problem==== | |
+ | How to get all signature list of a user and how to delete a signature? | ||
− | + | ====Solution==== | |
+ | * To get all signatures of a user, run: | ||
+ | zmprov gsig user@example.com | ||
+ | * To delete a signature, obtain the name from the previous name: | ||
+ | zmprov dsig user@example.com "signature-name" | ||
− | + | Submitted by: Heera Singh Koranga | |
− | |||
− | |||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6|2018-05-31}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 09:09, 31 May 2018
Steps to get all the signatures user and to delete it
Problem
How to get all signature list of a user and how to delete a signature?
Solution
- To get all signatures of a user, run:
zmprov gsig user@example.com
- To delete a signature, obtain the name from the previous name:
zmprov dsig user@example.com "signature-name"
Submitted by: Heera Singh Koranga