Delete emailed contact

Revision as of 09:52, 13 May 2020 by Vivek.dhande (talk | contribs) (Created page with "{{BC|Certified}} __FORCETOC__ <div class="col-md-12 ibox-content"> =How to delete emailed contact using CLI.= <hr> {{KB|{{WIP}}|{{ZCS 8.8}}||||}} ====Problem==== * Remo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to delete emailed contact using CLI.


   KB 24089        Last updated on 2020-05-13  




0.00
(0 votes)


Problem

  • Remove any wrong emailed contact from a user account.

Solution

  • Search emailed contact which needs to be deleted using below command
$ zmmailbox -z -m account@example.com gact -f "Emailed Contacts" |grep -i user@example.com

Id: 3142
Folder: /Emailed Contacts
Date: 03/31/20 16:53
Revision: 25933
Attrs:
  firstName: admin
  email: user@example.com

Note "Id" from above command output which needed in next step to remove the emailed contact. In the above example, Id is 3142".

  • Delete Email Contacts using CLI. Copy above mentioned "Id" in below command
$ zmmailbox -z -m account@example.com dct 3142



Submitted by: Vivek Dhande
Verified Against: ZCS 8.8 Date Created: 2020-05-13
Article ID: https://wiki.zimbra.com/index.php?title=Delete_emailed_contact Date Modified: 2020-05-13



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search