Plesk 11: Bounce message ändern - Postfix

GwenDragon

Registered User
Leider wurde ich durch die Suche bei Parallels FAQ-Database + Forum und auch hier nicht fündig.
Auf einem Debian-Server läuft Plesk 11.0.9 und Postfix.

Wie kann ich Plesks bounce message ändern.

Das Template habe ich unter /etc/postfic.bounce.cf erstellt, mit
postconf -e "bounce_template_file = /etc/postfix/bounce.cf" hinzugefügt, postfix reload.

Code:
root@server22 ~ # postconf | grep bounce
2bounce_notice_recipient = postmaster
address_verify_sender = $double_bounce_sender
backwards_bounce_logfile_compatibility = yes
bounce_notice_recipient = postmaster
bounce_queue_lifetime = 5d
bounce_service_name = bounce
bounce_size_limit = 50000
bounce_template_file = /etc/postfix/bounce.cf
disable_verp_bounces = no
double_bounce_sender = double-bounce
lmtp_sasl_auth_soft_bounce = yes
multi_recipient_bounce_reject_code = 550
smtp_sasl_auth_soft_bounce = yes
soft_bounce = no

root@server22 ~ # grep -i bounce /etc/postfix/master.cf
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce

Leider kommt beim bounce immer noch:

Code:
This is the mail system at host example.org.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<_plesk_bounce_example.org@localhost.localdomain> (expanded from
    <ttt@example.org>): This address no longer accepts mail.

Was mich besonders stört ist die "wundervoll" aussagekräftige Mailadresse <_plesk_bounce_example.org@localhost.localdomain>

Kann ich überhaupt was ändern, oder ist das mal wieder Plesk-Macke, dass Postfixs bounce message templates ignoriert werden?
 
Back
Top