Read Confirmation *PER USER*
-
Hi,
There are a way to fix read confirmation in ALL outgoing Messages? Seemes you can only set *per single message*, but we needs that feature for some users.
Regards,
GT
-
Arron Staff
What email client are you using?
I'm going to assume you are using webmail. Currently the only way to request a delivery or read confirmation on every message a user sends is to by using the content filter.
For a delivery confirmation add a Return-Receipt-To header with the value set to the address to receive the confirmation:
Return-Receipt-To: user@domain.com
For a read confirmation add Disposition-Notification-To and X-Confirm-Reading-To headers both with the value set to the address to receive the confirmation.
X-Confirm-Reading-To: user@domain.com
Disposition-Notification-To: user@domain.comThe content filter rule to add all of the headers for a specific user would look something like this:
[Rule012]
RuleName=Add Read and Delivery Confirmations
Enable=Yes
ThisRuleCondition=All
ProcessQueue=REMOTE
Condition01=FROM|contains|AND|user@domain.com|
Action01=add header|"Return-Receipt-To","user@domain.com"
Action02=add header|"X-Confirm-Reading-To","user@domain.com"
Action03=add header|"Disposition-Notification-To","user@domain.com"We've added options that can be set per user for MDaemon 24.0.0