Exim4 Disable local delivery?
Posted
by Robert Ross
on Server Fault
See other posts from Server Fault
or by Robert Ross
Published on 2010-06-13T21:51:57Z
Indexed on
2010/06/13
22:03 UTC
Read the original article
Hit count: 310
Hey all,
I'm running exim4 as my MTA and it works great to send emails to outside emails other than my hostname.
When I send an email to my gmail via command line (sendmail [email protected], etc...) it works fine.
When I send an email to my website's domain, which is also the hostname for the server, i'm assuming it just does local delivery... which won't work because my email is received by another server (Google Apps).
So how do I disable local delivery in Exim4? dpkg-reconfigure exim4-config did not give any real results.
© Server Fault or respective owner