How to get Postfix to send/forward/relay to a sub-domain located on another server?
Posted
by
thiesdiggity
on Server Fault
See other posts from Server Fault
or by thiesdiggity
Published on 2011-11-28T16:28:56Z
Indexed on
2011/11/28
18:06 UTC
Read the original article
Hit count: 213
I have a quick question. How do I setup postfix to send an email to another server (Exchange Server) when sending to an email address that has a sub-domain of our main server. For example, say our main server is mail.example.com and we have a Exchange server setup to receive emails from exchange.example.com. We have the MX records setup in our DNS and it receives correctly if we send from a GMail account. However, when we try to send an email from a @example.com account we get the following error:
Host or domain name not found. Name service error for name=exchange.example.com type=A: Host not found
I believe Postfix checks for local mailboxes first and if its setup with the domain it delivers to the local account, but in this case the sub-domain accounts are located in another server. Anyone have any thoughts on what I need to do within Postfix so it doesn't look locally for the exchange.example.com mailboxes?
I found relay_domains directive within Postfix but that doesn't seem to fix it when I add the sub-domain.
Thanks for your help.
© Server Fault or respective owner