Mercurial > masqmail-0.2
view tpl/failmsg.tpl.it @ 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 | ddc8041fdee1 |
line wrap: on
line source
From: MAILER-DAEMON@${host_name} To: ${return_path} Subject: invio messaggio FALLITO / Mail Delivery Failure Notice MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="${uid}/${host_name}" Messaggio in formato MIME multi-parti. This is a MIME-encapsulated message. --${uid}/${host_name}-- Content-Description: Notifica-Notify Content-Type: text/plain Questo messaggio ti e' stato spedito dal demone: (This message was sent to you by the mailer daemon:) (${package} ${version}) @ ${host_name}: Spiacente ma non e' stato possibile spedire il tuo msg a tutti i destinatari. L'invio ai seguenti destinatari e' fallito in modo permanente e non verra' ritentato: (Sorry, but your mail could not be delivered to all recipients. Delivery to the following recipients failed permanently and has been given up:) @failed_rcpts Il seguente msg d'errore potrebbe aiutarti a capire la causa dell'errore: (This error message may give you a hint about what caused the failure:) ${err_msg} In caso ti serva aiuto scrivi a <postmatster@${host_name}>. Il tuo msg segue in allegato. (If you need help, write to <postmaster@${host_name}>. Your message follows attached, including all headers:) --${uid}/${host_name} Content-Description: Messaggio non spedito - Unsent message Content-Type: message/rfc822 @msg_headers [corpo del messaggio - tralasciato] ([message body - stripped off]) --${uid}/${host_name}--