Hi there Haraka people. I'm using Haraka outbound to send mail for my app in production. However I've discovered that some recipient mail servers are rejecting email because of which ip address composed (not sent) the email. IE: My dyno's in Heroku are on blacklisted ip's (not my fault), but the smtp server (haraka) is not blacklisted. However the ip's of the dynos are being included in the headers of emails being sent, causing
Is there a way to prevent Haraka from revealing the IP address of the client that connected and sent the email?
I'm using Haraka/2.8.0-alpha.7
And I'm happy to show you the source of an email if that helps