Please vote up bug 30526! SUMMARY:
The Zimbra ActiveSync implementation does not show the sender's name of the Zimbra account when sending email via MobileMail in iPhone 2.0. As tested with an Exchange 2003 stock installation, an Exchange ActiveSync account
should show the sender's name as configured in Active Directory/LDAP for the Zimbra account, however this does not happen in a Zimbra ActiveSync account. This bug can make it difficult for recipients to quickly identify the sender of an email.
In short, if I sent an email from my Zimbra account via ActiveSync, I won't see Jason Hung <jason.hung@big.faceless.org>. I'll only see <jason.hung@big.faceless.org>. This is contrary to proper ActiveSync implementation. As a customer of the Network Edition, I hope to see this bug fixed. Zimbra has been very good to us customers, and I hope I will never have to use Exchange again.
STEPS TO REPRODUCE: - In iPhone 2.0, add account from the "Mail, Contacts, Calendars" menu in Settings.
- Go to "Add Account..." and select "Microsoft Exchange."
- Enter email address, username, and password. Hit next once. You will be prompted to enter a server address.
- Enable the mail service.
- Send a test email to an account of your choice using the ActiveSync account where you will be able to view message headers.
- Observe that the Sender's Name is not included with the sent mail.
EXPECTED RESULTS: - An iPhone using an ActiveSync account should show the Sender's Name in the From field. Exchange 2003 properly implements this:
Quote:
Received: from 10.10.10.12 ([10.10.10.12]) by ex01.bigfaceless.local ([10.10.10.12]) with Microsoft Exchange Server HTTP-DAV ;
Sun, 24 Aug 2008 04:02:03 +0000
Message-ID: <427146A7-3837-4A58-AC17-DB7B3DDC7B15@big.faceless.org> From: "Fartox McGonagall" <Fartox.McGonagall@big.faceless.org> |
Notice the "From: 'Fartox McGonagall' <Fartox.McGonagall@big.faceless.org>" part. - Zimbra does not correctly provide the Sender's Name from the Zimbra LDAP or Active Directory:
Quote:
Received: from zimbra.big.faceless.org (zimbra.big.faceless.org [10.10.10.31])
by zimbra.big.faceless.org (Postfix) with ESMTP id D8480140734;
Sat, 23 Aug 2008 21:14:59 -0700 (MST)
Message-Id: <A444416D-F154-4500-A3A1-4F2EAC47E2BE@big.faceless.org> From: <fartox.mcgonagall@big.faceless.org>
X-Mailer: Zimbra 5.0.9_GA_2533.RHEL5_64
|
Notice the "From: <fartox.mcgonagall@big.faceless.org>" part. No NAME is provided in the FROM field.