Hi All,

I have a problem with configuring my postfix to send a Successful Mail
Delivery Report.
The Undelivered Mail Returned to Sender works fine.

In my main.cf file, I added the above:

bounce_template_file = /etc/postfix/bounce.cf

In my bounce.cf file are the Successful Mail Delivery Report:

#
# The success template is used when mail is delivered to mailbox,
# when an alias or list is expanded, or when mail is delivered to a
# system that does not announce DSN support. It is an error to specify
# a Postmaster-Subject: here.
#

success_template = <<EOF
Charset: us-ascii
From: MAILER-DAEMON (Mail Delivery System)
Subject: Successful Mail Delivery Report

This is the mail system at host $myhostname.

Your message was successfully delivered to the destination(s)
listed below. If the message was delivered to mailbox you will
receive no further notifications. Otherwise you may still receive
notifications of mail delivery errors from other systems.

Thank you.

EOF

Thanks

Reply via email to