view tpl/warnmsg.tpl.fr @ 72:ad034b57f3b2

fixed Debian bug 536060 (log files are closed after SIGHUP receival) Explanation: When run in daemon mode, first the log files are opened. They get assigned to the file descriptors 3 and 4 usually. Then std{in,out,err} are closed. When SIGHUP comes in, all open files are closes and masqmail reexecutes itself. The new masqmail instance opens the log files at fd 0 and 1 now, but std{in,out,err} are closed afterwards, thus the log files are closed. The fix is to close the log files before std{in,out,err} are closed, in case the log files have higher fds. After std{in,out,err} were closed, the log files get opened again, now. See also: http://bugs.debian.org/536060
author meillo@marmaro.de
date Wed, 16 Jun 2010 10:32:20 +0200
parents 08114f7dcc23
children
line wrap: on
line source

Subject: Attention: impossible d'envoyer un message
From: MAILER-DAEMON@${host_name}
To: ${return_path}
MIME-Version: 1.0
Content-Type: multipart/mixed;
        boundary="${uid}/${host_name}"

Ce message est encapsule avec le format MIME.
This is a MIME-encapsulated message.

--${uid}/${host_name}
Content-Description: Notification
Content-Type: text/plain;
  charset=iso-8859-1

[ENGLISH BELOW]

------------------------------[ FRANCAIS ]------------------------------

Ce message vous a été envoyé par le serveur de messagerie
(${package} ${version}) sur ${host_name}.

J'ai le regret de vous informer que votre courrier n'a pas pu être transmis
à tous ses destinataires. L'expédition vers les destinataires suivants a été
différée:

@failed_rcpts

D'autres tentatives d'envoi vont être effectuées, jusqu'à ce que cela
réussisse ou dépasse une certaine limite dans le temps. Dans ce cas, vous
recevrez une notification d'échec d'expédition.


Ce message d'erreur peut peut-être vous aider à déterminer l'origine du
délai:

${err_msg}

Si vous avez besoin d'aide, écrivez à <postmaster@${host_name}>.

Les entêtes de votre message sont inclus en pièce jointe.


------------------------------[ ENGLISH ]------------------------------

This message was sent to you by the mailer daemon (${package} ${version})
at ${host_name}.

Sorry, but your mail could not yet be delivered to all recipients.
Delivery to the following recipients has been defered:

@failed_rcpts

Delivery will be tried again, until it is either successfull or a
timeout has been reached. If the latter happens, you will get a
delivery failure notice.


This error message may give you a hint about what caused the
delay:

${err_msg}

If you need help, write to <postmaster@${host_name}>.

The headers of your message follow attached:

--${uid}/${host_name}
Content-Description: Undelivered Message Headers
Content-Type: message/rfc822

@msg_headers

--${uid}/${host_name}--