[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] schrieb am 23.11.2005 10:17:14:
I tried to send emails from [EMAIL PROTECTED] to [EMAIL PROTECTED]
(The domain gmx is not hosting by me, I mean I only have an account at
gmx.)
The problem is I can't send from any emails via exim on my server to an
extern email address - These mails are returning back to the sender. I
only can send to local emails.
Easy solution. You need to configure exim for remote smtp mail.
Have a nice day,
sash
Sash is right,
You will need a router like:
dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more
and a transport like:
remote_smtp:
driver = smtp
These examples are taken from the default config.
Then, from a command line try:
exim -bt [EMAIL PROTECTED] <enter>
exim -bt [EMAIL PROTECTED] <enter>
exim -qff <enter>
exim -bp <enter>
(to see how exim thinks it should process these addresses and to see if
anything is stuck in the queue, then post back the output of these
tests if it still doesnt work)
Thanks
Jason Meers
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/