Author: Oliver Egginger
Date:
To: exim-users
Subject: Re: [Exim] relay
Message from Wed 27 June 2001 17:58:
> > is there a possible way to relay all my mail to anther smtp because my isp
> doesnt allow outgoing mail.
Maybe I don't understand you right,
but I think you are looking for a smathost:
Define something like this in the
Router-Configuration section of
your exim-conf:
# smarthost
smart_route:
driver = domainlist
transport = remote_smtp
route_list = "* your-mailgate.your-relay-domain.com bydns_mx"