I have a contact form that users fill out on my website and it gets emailed to me.
This the error i am experiencing when the form is filled out:
relay=mail.XXXXXX.xxx[ip address]:587, delay=0.07, delays=0.01/0/0.05/0, dsn=5.7.1, status=bounced (host mail.XXXXXXX.xxx[ip address] said: 553 5.7.1 977@gmail.com: Sender address rejected: not owned by user nick@xxxxxx.xxx (in reply to RCPT TO command))
When the form is filled out the users email is used as the “from” address, and i think this is why MIAB is rejecting emails. When I use my email (nick@xxxxx.com) as the user email it goes through.
What needs to be changed to allow emails like this to be relayed?
This is last thing holding me back from switching over to my new server.