Consider the following scenario:
- You log on to a Microsoft Exchange Server 2007 mailbox by using a Post Office Protocol 3 (POP3) client or an Internet Message Access Protocol (IMAP) client.
- An email message is downloaded for which the sender has requested a read receipt.
In this scenario, a read receipt is sent to the sender before you open the email message. Additionally, when you open the email message, another read receipt is sent to the sender.
To resolve this issue, follow these steps:
- Install the following update rollup:
2530488
(http://support.microsoft.com/kb/2530488/
)
Description of Update Rollup 3 for Exchange Server 2007 Service Pack 3
- Enable the fix. To do this, follow these steps:
- Enable the change for POP3. To do this, follow these steps:
- Run the following cmdlet in Exchange Management Shell:
set-PopSettings -SuppressReadReceipt $true
- In the Services console, restart the POP3 service.
- Enable the change for IMAP4. To do this, follow these steps:
- Run the following cmdlet in Exchange Management Shell:
set-ImapSettings -SuppressReadReceipt $true
- In the Services console, restart the IMAP4 service.
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Article ID: 2294143 - Last Review: August 5, 2011 - Revision: 5.0
APPLIES TO
- Microsoft Exchange Server 2007 Service Pack 3, when used with:
- Microsoft Exchange Server 2007 Enterprise Edition
- Microsoft Exchange Server 2007 Standard Edition
| kbqfe kbfix kbhotfixrollup kbexpertiseinter kbsurveynew KB2294143 |