At the end of the message body in bounce.cf postfix appends the error
received from the mail server. It is not using line breaks \n like i
expect it would.
POSTFIX:
--------
<u...@example.com>: host smtp.example.com[IP] said: 550-5.5.1 Address
u...@example.com does not exist 550 5.5.1 This is the text
returned from main.cf:smtpd_reject_footer (in reply to RCPT TO
command)
OTHER SERVERS:
--------------
<u...@example.com>:
550: 5.5.1 Address u...@example.com does not exist
5.5.1 This is the text returned from main.cf:smtpd_reject_footer
How can i get postfix to use line breaks and format closer to how other
servers do it?