Hey,
I have a few servers that are used solely as webservers with postfix installed for notifications etc.
It was brought to my attention yesterday that emails were not being received by clients of the webserver. This is because the local webserver with postfix is grabbing the local domain email instead of sending it on to the external mail server. I.e a contact form going to
fred@domain.com is not being delivered to their external exchange box because the webserver is trying to route the mail locally.
I figured I have two options. Rename postfix domain address. So instead of domain.com use vps1.domain.com and setup postfix accordingly. Or to setup a smtp server for them and have all the servers relay through to that.
Generally what do you guys do for webservers with separate mail services elsewhere?
Thanks,