document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #
  2. # Do not edit this file. This file shows the default delivery status
  3. # notification (DSN) messages that are built into Postfix.
  4. #
  5. # To change Postfix DSN messages, perhaps to add non-English text,
  6. # follow instructions in the bounce(5) manual page.
  7. #
  8.  
  9. #
  10. # The failure template is used when mail is returned to the sender;
  11. # either the destination rejected the message, or the destination
  12. # could not be reached before the message expired in the queue.
  13. #
  14.  
  15. failure_template = <<EOF
  16. Charset: iso-8859-1
  17. From: MAILER-DAEMON (Mail Delivery System)
  18. Subject: Undelivered Mail Returned to Sender
  19. Postmaster-Subject: Postmaster Copy: Undelivered Mail
  20.  
  21. Este e-mail foi enviado do servidor: $myhostname.
  22.  
  23. Lamento ter de informar que sua mensagem não pôde
  24. ser entregue a um ou mais destinatarios. Em anexo os destinatarios.
  25.  
  26. Para obter mais detalhes, por favor enviar e-mail para $error_notice_recipient .
  27.  
  28. Se você fizer isso, por favor inclua este relatório de problema.
  29.  
  30. Após isso pode apagar este e-mail.
  31.  
  32. Abaixo mais detalhes da falha de entrega!
  33. EOF
  34.  
  35.  
  36. #
  37. # The delay template is used when mail is delayed. Note a neat trick:
  38. # the default template displays the delay_warning_time value as hours
  39. # by appending the _hours suffix to the parameter name; it displays
  40. # the maximal_queue_lifetime value as days by appending the _days
  41. # suffix.
  42. #
  43. # Other suffixes are: _seconds, _minutes, _weeks. There are no other
  44. # main.cf parameters that have this special behavior.
  45. #
  46. # You need to adjust these suffixes (and the surrounding text) if
  47. # you have very different settings for these time parameters.
  48. #
  49.  
  50. delay_template = <<EOF
  51. Charset: iso-8859-1
  52. From: MAILER-DAEMON (Mail Delivery System)
  53. Subject: Delayed Mail (still being retried)
  54. Postmaster-Subject: Postmaster Warning: Delayed Mail
  55.  
  56. Este e-mail foi enviado do servidor: $myhostname.
  57.  
  58. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  59. | ISTO É UM AVISO APENAS. NÃO REENVIE SUA MENSAGEM. |
  60. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  61.  
  62. Informamos que sua mensagem não pôde ser entregue para um ou mais
  63. destinatários
  64. durante tentativas de mais de $delay_warning_time_hours horas.
  65.  
  66. Ela será descartada quando atingir $maximal_queue_lifetime_days dias em
  67. espera.
  68.  
  69. Para maiores informações, envie um e-mail para $error_notice_recipient .
  70.  
  71. Caso o faça, favor incluir este relatório na mensagem.
  72.  
  73. Abaixo mais detalhes da falha de entrega!
  74. EOF
  75.  
  76.  
  77. #
  78. # The success template is used when mail is delivered to mailbox,
  79. # when an alias or list is expanded, or when mail is delivered to a
  80. # system that does not announce DSN support. It is an error to specify
  81. # a Postmaster-Subject: here.
  82. #
  83.  
  84. success_template = <<EOF
  85. Charset: iso-8859-1
  86. From: MAILER-DAEMON (Mail Delivery System)
  87. Subject: Successful Mail Delivery Report
  88.  
  89. Este e-mail foi enviado do servidor: $myhostname.
  90.  
  91. Sua mensagem foi enviada com êxito para o destinatario(s) listados abaixo.
  92.  
  93. Abaixo mais detalhes!
  94. EOF
  95.  
  96.  
  97. #
  98. # The verify template is used for address verification (sendmail -bv
  99. # address...). or for verbose mail delivery (sendmail -v address...).
  100. # It is an error to specify a Postmaster-Subject: here.
  101. #
  102.  
  103. verify_template = <<EOF
  104. Charset: iso-8859-1
  105. From: MAILER-DAEMON (Mail Delivery System)
  106. Subject: Mail Delivery Status Report
  107.  
  108. Este e-mail foi enviado do servidor: $myhostname.
  109.  
  110. Enclosed is the mail delivery report that you requested.
  111.  
  112. The mail system
  113. EOF
');