masqmail

annotate tpl/warnmsg.tpl.it @ 222:8cddc65765bd

added support for STARTTLS wrappers added the route config option `instant_helo' which causes masqmail, as SMTP client, not to wait for the server's 220 greeting. Instead if says EHLO right at once. You'll need this for STARTTLS wrappers that usually eat the greeting line.
author meillo@marmaro.de
date Fri, 23 Jul 2010 10:57:53 +0200
parents
children
rev   line source
meillo@116 1 Subject: Warning: could not yet send message
meillo@116 2 From: MAILER-DAEMON@${host_name}
meillo@116 3 To: ${return_path}
meillo@116 4 MIME-Version: 1.0
meillo@116 5 Content-Type: multipart/mixed;
meillo@116 6 boundary="${uid}/${host_name}"
meillo@116 7
meillo@116 8 Messaggio in formato MIME multi-parti.
meillo@116 9 This is a MIME-encapsulated message.
meillo@116 10
meillo@116 11 --${uid}/${host_name}
meillo@116 12 Content-Description: Notification
meillo@116 13 Content-Type: text/plain
meillo@116 14
meillo@116 15 Questo messaggio ti e' stato spedito dal servente:
meillo@116 16 ${package} ${version}) a ${host_name}.
meillo@116 17 (This message was sent to you by the mailer daemon:
meillo@116 18 ${package} ${version}) at ${host_name}.)
meillo@116 19
meillo@116 20 Spiacente ma non e' stato possibile spedire il tuo msg a tutti
meillo@116 21 i destinatari. L'invio ai seguenti destinatari e' stato ritardato:
meillo@116 22 (Sorry, but your mail could not yet be delivered to all recipients.
meillo@116 23 Delivery to the following recipients has been defered:)
meillo@116 24
meillo@116 25 @failed_rcpts
meillo@116 26
meillo@116 27 La spedizione verra' ritentata, finche' ha successo o scade il
meillo@116 28 tempo disponibile impostato. In quest'ultimo caso riceverai una
meillo@116 29 notifica di spedizione fallita definitiva.
meillo@116 30 (Delivery will be tried again, until it is either successful or a
meillo@116 31 timeout has been reached. If the latter happens, you will get a
meillo@116 32 delivery failure notice.)
meillo@116 33
meillo@116 34
meillo@116 35 Il seguente msg d'errore potrebbe aiutarti a capire la causa
meillo@116 36 dell'errore:
meillo@116 37 (This error message may give you a hint about what caused the
meillo@116 38 delay:)
meillo@116 39
meillo@116 40 ${err_msg}
meillo@116 41
meillo@116 42 In caso ti serva aiuto scrivi a:
meillo@116 43 (If you need help, write to:)
meillo@116 44 <postmaster@${host_name}>.
meillo@116 45
meillo@116 46 The headers of your message follow attached:
meillo@116 47
meillo@116 48 --${uid}/${host_name}
meillo@116 49 Content-Description: Undelivered Message Headers
meillo@116 50 Content-Type: message/rfc822
meillo@116 51
meillo@116 52 @msg_headers
meillo@116 53
meillo@116 54 --${uid}/${host_name}--