[Solved] Exim won't send mail to my own domain.
It almost works: It routes mail just fine to every domain except my own.
"hostname" returns "northfield"
"hostname -f" returns "
"exim -v -bt
> R: system_aliases for
R: userforward for
qux@acceleratenorthfield.org R: procmail for
qux@acceleratenorthfield.org R: maildrop for
qux@acceleratenorthfield.org R: lowuid_aliases for
qux@acceleratenorthfield.org (UID 1000)R: local_user for
qux@acceleratenorthfield.org
qux@acceleratenorthfield.org router = localuser, transport = maildirhome
How do I get exim to use router = dnslookup and transport = remote_smtp, as it does for other domains?
Thanks,
-Fritz
1 Reply
in /etc/exim4/update-exim4.conf.conf
dcotherhostnames was set to 'acceleratenorthfield.org; northfield; localhost.localdomain; localhost'
I changed it to '
and that did the trick.