Re: [Exim] mailhubbing

Top Page
Delete this message
Reply to this message
Author: Mozzi
Date:  
To: exim-users
Subject: Re: [Exim] mailhubbing
On Tuesday 18 March 2003 16:04, you wrote:
> On Tue, 18 Mar 2003, Mozzi wrote:
> > Now what troubles me is what does my file entry have to look like to pass
> > the mail on to the individual hosts?
> > eg. mydomain.com    [192.168.1.1]
> > or
> > mydomain.com    pop3.actualdomain.com

>
> Either, but don't put the [] round the IP address.

Yo
Tnx for the reply but I seem to be doing something realy stupid here ;-)

In my /etc/exim config file I did the following:

domainlist local_domains = lsearch;/etc/eximfiles/localdomains
domainlist relay_to_domains = lsearch;/etc/eximfiles/relaydomains
hostlist relay_from_hosts = lsearch;/etc/eximfiles/acclist

hubbed_hosts:
     driver = manualroute
     transport = remote_smtp
     route_list = lsearch;/etc/eximfiles/domainrouting


Now the way I see it all I have to do to pass the mail on to another host is
do an entry like the following into the /etc/eximfiles/domainrouting file

mydomain pop3.mydomain.com
or
mydomain 192.168.1.1

Problem is that it keeps on giving me the same error

2003-03-18 17:22:18 lowest numbered MX record points to local host:
boerewors.co.za (while verifying <boer1@???> from host
(smtp.lantic.net) [196.25.53.195])
2003-03-18 17:22:18 H=(smtp.lantic.net) [196.25.53.195]
F=<linux@???> temporarily rejected RCPT <boer1@???>:
lowest numbered MX record points to local host

what am I missing?


Mozzi