Hello Dave, thanks for your reply.
On 15/10/06, Dave Evans (davide-20060825@???) wrote:
> On Sun, Oct 15, 2006 at 04:22:58PM +0100, Rory Campbell-Lange wrote:
> > The router to pass the mail on to the internal server is
> >
> > LOCAL_EXAMPLE_REDIRECT:
> > driver = accept
> > domains = ! +local_domains : +relay_to_domains
> > transport = LOCAL_EXAMPLE_FORWARD
> > no_more
>
> And what is the LOCAL_EXAMPLE_FORWARD transport?
>
> And please don't obfuscate: see
> http://www.exim.org/eximwiki/MailingListEtiquette#head-a6f7fb5ce8816568569a321f783315207ec38063
The precise router is:
LOCAL_CLW_REDIRECT:
driver = accept
domains = ! +local_domains : +relay_to_domains
transport = LOCAL_CLW_FORWARD
no_more
the associated transport is:
LOCAL_CLW_FORWARD:
debug_print = "T: smtp for relay domain for $local_part@$domain"
driver = smtp
hosts = CLW_LOCAL_RELAY
hosts_override
I'm not sure if that is any clearer, but for the record, CLW_LOCAL_RELAY =
10.0.0.24 and relay_to_domains = hopkins.co.uk:hopkins.co.uk:ha-usa.com.
The main server is 10.0.0.23 and I'm try to do callouts on 10.0.0.24 without
success.
Regards,
Rory
--
Rory Campbell-Lange
<rory@???>
<
www.campbell-lange.net>