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?