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:
   --------
   <[email protected]>: host smtp.example.com[IP] said: 550-5.5.1 Address
       [email protected] 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:
   --------------
   <[email protected]>:
   550: 5.5.1 Address [email protected] 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?

Reply via email to