Exim4 delivery to parent domain.
Posted
by bruor
on Server Fault
See other posts from Server Fault
or by bruor
Published on 2010-04-21T05:08:33Z
Indexed on
2010/04/21
5:13 UTC
Read the original article
Hit count: 519
I've set up an ubuntu server 9.1 system with exim4 as a relay for e-mail on my network.
I've told exim that it is part of a subdomain: sub.domain.com
I can test and deliver messages fine to my gmail accounts. I cannot get exim4 to sent messages to [email protected] though.
The error received in the logs shows that exim thinks it should be delivering messages for domain.com to localhost instead of the actual MX for domain.com
Is there an easy way to modify the debconf update-exim4.conf.conf so that is has the relay_to_domains capability?
© Server Fault or respective owner