[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [msmtp-users] TLS timeout on some messages -> lost mail
On Thu, 16. Nov 2006, 10:53:09 -0300, redondos wrote:
> Is there a way of making msmtp retry sending messages that failed?
No, there is not. You need a MTA with queueing support for this, like
postfix or exim. Nullmailer <http://untroubled.org/nullmailer/> may
also be able to do this (I never tried it).
Alternatively, you can let the application that calls msmtp handle
delivery failures. For example, if msmtp returns some non-fatal error exit
code to the application, then the application stores the mail and
retries to send it later.
Regards,
Martin