Mercurial > masqmail-0.2
view tpl/failmsg.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: Mail Delivery Failure Notice 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 Ce message vous a été envoyé par le serveur de messagerie (${package} ${version}) sur ${host_name}. (This message was sent to you by the mailer daemon (${package} ${version}) at ${host_name}.) J'ai le regret de vous informer que votre courrier n'a pas pu être transmis à tous ses destinataires. (Sorry, but your mail could not be delivered to all recipients.) L'expédition vers les destinataires suivants a échoué et a été définitivement abandonnée: (Delivery to the following recipients failed permanently and has been given up:) @failed_rcpts Ce message d'erreur peut vous aider à déterminer la cause de l'échec: (This error message may give you a hint about what caused the failure:) ${err_msg} Si vous avez besoin d'aide, veuillez écrire à <postmaster@${host_name}>. (If you need help, write to <postmaster@${host_name}>.) Votre message original est attaché, avec tous ces entêtes: (Your message follows attached, including all headers:) --${uid}/${host_name} Content-Description: Undelivered Message Content-Type: message/rfc822 @msg_headers @msg_body --${uid}/${host_name}--