On Tue, Jan 11 2005 : 10:16:16, Daniel 'Fremen' Llewellyn <daniel@???> wrote:
|Hi, I'm sure there's an answer to this, but for the life of me I can't
|figure
|it out.
|
|My ISP somehow blocks my exim setup from emailing out to the web. In my
|windows based mailserver it was possible to set a relay server to the
|address
|of my ISP's smtp server. Is this possible under exim?
|
|ie. I want all messages that aren't for local domains (for peeps that are
|recognised) to be routed through smtp.freeserve.com
|
Yes, it is possible. Try the following:
After 'begin routers' in the routers section of the your 'exim.conf', you probably have something like this:
# used before change to ISP mail server.
#dnslookup:
# driver = dnslookup
# domains = ! +local_domains
# transport = remote_smtp
# ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
# no_more
#
#
comment it out, as I have done above, and add this: