Quantcast
Viewing all articles
Browse latest Browse all 17852

Trouble with exim4 routing email outside of local domain to external MX server

I've got a little hobbyist webserver that I'm configuring and all is working really well except error reports produced by the framework aren't being routed properly.

I can't find a concise answer on how to deal with routing for exim4. I need that all email sent to anything @mydomain.com from anything the server is actually routed towards the MX server which I am not hosting. Currently it is just routing locally which isn't working:

fyeah@domain.com:/etc$ exim -bt fyeah@domain.com R: system_aliases for fyeah@domain.com R: userforward for fyeah@domain.com R: procmail for fyeah@domain.com R: maildrop for fyeah@domain.com R: lowuid_aliases for fyeah@domain.com (UID 1000) R: local_user for fyeah@domain.com fyeah@domain.com router = local_user, transport = maildir_home

Can anyone help me out on some advice on how to configure this? At first I thought that I should configure it as a smarthost but I don't think that's appropriate since I do want to send the mail from server, I just don't want emails on the local domain to be held up locally when they should be dispatched.

submitted by fyeah
[link][7 comments]

Viewing all articles
Browse latest Browse all 17852