bounce.cf.tr 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. # The failure template is used when mail is returned to the sender;
  10. # either the destination rejected the message, or the destination
  11. # could not be reached before the message expired in the queue.
  12. #
  13. failure_template = <<EOF
  14. Charset: UTF-8
  15. From: E-POSTANE (Posta iletim sistemi)
  16. Subject: Iletilemeyen Posta Gonderene Geri Donduruldu
  17. Postmaster-Subject: Postmaster Copy: Undelivered Mail
  18. Ben $myhostname eposta sistemiyim.
  19. Üzülerek bildirmek zorundayım ki, epostanız alıcıların en az
  20. birine ulaştırılamadı. Ulaştırılamayan bu eposta ektedir.
  21. Ek yardım için e-postane yönetimine eposta
  22. gönderebilirsiniz. Gönderirseniz, lütfen bu problem
  23. bildirimini de ekleyin. Ekteki döndürülen epostadan kendi
  24. yazdığınız metinleri silebilirsiniz.
  25. Posta sistemi
  26. EOF
  27. #
  28. # The delay template is used when mail is delayed. Note a neat trick:
  29. # the default template displays the delay_warning_time value as hours
  30. # by appending the _hours suffix to the parameter name; it displays
  31. # the maximal_queue_lifetime value as days by appending the _days
  32. # suffix.
  33. #
  34. # Other suffixes are: _seconds, _minutes, _weeks. There are no other
  35. # main.cf parameters that have this special behavior.
  36. #
  37. # You need to adjust these suffixes (and the surrounding text) if
  38. # you have very different settings for these time parameters.
  39. #
  40. delay_template = <<EOF
  41. Charset: UTF-8
  42. From: E-POSTANE (Posta iletim sistemi)
  43. Subject: Geciken Eposta (denemeler devam ediyor)
  44. Postmaster-Subject: Postmaster Warning: Delayed Mail
  45. Ben $myhostname eposta sistemiyim.
  46. #######################################################################
  47. # BU SADECE BİR BİLDİRİMDİR. EPOSTANIZI YENİDEN GÖNDERMENİZ GEREKMEZ. #
  48. #######################################################################
  49. Epostanız $delay_warning_time_hours saattir alıcıya iletilemedi.
  50. Eposta gönderiminin üzerinden $maximal_queue_lifetime_days gün geçene
  51. kadar denemeye devam edeceğim.
  52. Ek yardım için e-postane yönetimine eposta
  53. gönderebilirsiniz. Gönderirseniz, lütfen bu problem
  54. bildirimini de ekleyin. Ekteki döndürülen epostadan kendi
  55. yazdığınız metinleri silebilirsiniz.
  56. Posta sistemi
  57. EOF
  58. #
  59. # The success template is used when mail is delivered to mailbox,
  60. # when an alias or list is expanded, or when mail is delivered to a
  61. # system that does not announce DSN support. It is an error to specify
  62. # a Postmaster-Subject: here.
  63. #
  64. success_template = <<EOF
  65. Charset: UTF-8
  66. From: E-POSTANE (Posta iletim sistemi)
  67. Subject: Posta Basariyla Iletildi
  68. Ben $myhostname eposta sistemiyim.
  69. Epostanız aşağıda listelenen hedeflere başarıyla ulaştırıldı.
  70. Eğer ileti posta kutusuna ulaştıysa başka bildiri almayacaksınız.
  71. Aksi taktirde diğer sistemlerden posta iletimiyle ilgili hata
  72. bildirimleri alabilirsiniz.
  73. Posta sistemi
  74. EOF
  75. #
  76. # The verify template is used for address verification (sendmail -bv
  77. # address...). or for verbose mail delivery (sendmail -v address...).
  78. # It is an error to specify a Postmaster-Subject: here.
  79. #
  80. verify_template = <<EOF
  81. Charset: UTF-8
  82. From: E-POSTANE (Posta iletim sistemi)
  83. Subject: Mail Delivery Status Report
  84. Ben $myhostname eposta sistemiyim.
  85. İstediğiniz eposta iletim raporunu ekte bulabilirsiniz.
  86. Posta sistemi
  87. EOF