How to see if mail was delivered zimbra

To check if an email was delivered in Zimbra, you can follow these steps:

Method 1: Using the Zimbra Web Client

  1. Log in to your Zimbra account using the web client.
  2. Click on the "Inbox" tab.
  3. Search for the email you want to check the delivery status for.
  4. Click on the email to open it.
  5. Look for the "Delivery Status" or "Delivery Report" section at the bottom of the email. This section will indicate whether the email was delivered successfully or not.

Method 2: Using the Zimbra Administration Console

  1. Log in to the Zimbra Administration Console using your administrator credentials.
  2. Go to the "Reports" tab.
  3. Click on "Delivery Reports" or "Message Tracking".
  4. Enter the email address or message ID of the email you want to check the delivery status for.
  5. Click "Search" to retrieve the delivery report.
  6. The report will show the delivery status of the email, including whether it was delivered successfully or not.

Method 3: Using the Zimbra CLI (Command-Line Interface)

  1. Open a terminal or command prompt.

  2. Log in to your Zimbra server using the CLI.

  3. Use the following command to retrieve the delivery report for a specific email:

    zmprov -l getMsgStatus <email_address>

    Replace <email_address> with the email address of the email you want to check the delivery status for.

  4. The output will show the delivery status of the email, including whether it was delivered successfully or not.

Note: The availability of these methods may vary depending on your Zimbra version and configuration.