| Linode Forum https://forum.linode.com/ |
|
| [Solved] Exim won't send mail to my own domain. https://forum.linode.com/viewtopic.php?f=11&t=10766 |
Page 1 of 1 |
| Author: | fritzbogott [ Thu Jan 09, 2014 12:53 am ] |
| Post subject: | [Solved] Exim won't send mail to my own domain. |
I installed exim just now in minimal "do nothing except allow PHP to send mail" configuration. It almost works: It routes mail just fine to every domain except my own. "hostname" returns "northfield" "hostname -f" returns "www.acceleratenorthfield.org" "exim -v -bt qux@acceleratenorthfield.org" returns Quote: R: system_aliases for qux@acceleratenorthfield.org 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 = local_user, transport = maildir_home How do I get exim to use router = dnslookup and transport = remote_smtp, as it does for other domains? Thanks, -Fritz |
|
| Author: | fritzbogott [ Thu Jan 09, 2014 1:11 am ] |
| Post subject: | Re: Exim won't send mail to my own domain. |
Never mind; I found it: in /etc/exim4/update-exim4.conf.conf dc_other_hostnames was set to 'acceleratenorthfield.org; northfield; localhost.localdomain; localhost' I changed it to 'www.acceleratenorthfield.org; northfield; localhost.localdomain; localhost' and that did the trick. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|