How to get warning email if email is delayed and deferred: Difference between revisions

(Created page with "__FORCETOC__ <div class="col-md-12 ibox-content"> =How to get warning e-mail if e-mail is delayed and deferred?= <hr> {{KB|{{WIP}}|{{ZCS 8.8}}|{{ZCS 9.0}}}} <hr> ====Problem=...")
 
No edit summary
Line 12: Line 12:
====Solution====
====Solution====


We need to configure "zimbraMtaDelayWarningTime" attribute to achieve this.
We need to configure <code>"zimbraMtaDelayWarningTime"</code> attribute to achieve this.


For example, want to get the warning email in exact five minutes if the e-mail is deferred, then following is the command need to execute on MTA server:
For example, want to get the warning email in exact five minutes if the e-mail is deferred, then following is the command need to execute on MTA server:

Revision as of 08:26, 11 July 2021

How to get warning e-mail if e-mail is delayed and deferred?


   KB 24326        Last updated on 2021-07-11  




0.00
(0 votes)

Problem

How to get warning e-mail if e-mail is delayed and deferred


Solution

We need to configure "zimbraMtaDelayWarningTime" attribute to achieve this.

For example, want to get the warning email in exact five minutes if the e-mail is deferred, then following is the command need to execute on MTA server:

 # su - zimbra
 $ zmprov ms `zmhostname` zimbraMtaDelayWarningTime 5m

Restart the MTA service:

 $ zmmtactl restart

If the warning message needed after 4 hours, then specify "4h".

Example of warning message:

-----------------------------------------------------------------------------------------------------------------------    
This is the mail system at host mail.domain.com.
####################################################################
# THIS IS A WARNING ONLY.  YOU DO NOT NEED TO RESEND YOUR MESSAGE. #
####################################################################

Your message could not be delivered for more than 0 hour(s).
It will be retried until it is 5 day(s) old.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
-----------------------------------------------------------------------------------------------------------------------
Jump to: navigation, search