Re: [exim] Router Problem

Inizio della pagina
Delete this message
Reply to this message
Autore: Stuart Gall
Data:  
To: Stuart Gall
CC: exim-users
Oggetto: Re: [exim] Router Problem
Hello, here is some More information
I tried this (both with host_address and with host it dosent work :-(

specialhol:
         driver = dnslookup
           domains = ! +local_domains
         debug_print = $host, $host_address
         condition = ${if \
                 or{\
#                       {eq{$host_address}{62.38.2.47}}\
#                       {eq{$host_address}{62.38.2.46}}\
#                       {eq{$host_address}{194.30.192.30}}\
                         {eq{$host}{vmailin02mx.hol.gr}}\
                         {eq{$host}{vmailin01mx.hol.gr}}\
                         {eq{$host}{vmail.hol.gr}}\
                 }{1}{0}}


         transport = relay_to_hol
         ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8



dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more



And I get
[root@bill exim]# bin/exim -bt stuart@some domain hosted at hol
,
stuart@<suppressed>
   router = dnslookup, transport = remote_smtp
   host vmailin01mx.hol.gr [62.38.2.46]    MX=10
   host vmailin01mx.hol.gr [62.38.2.47]    MX=10
   host vmail.hol.gr       [194.30.192.30] MX=20


WHY isnt host_address set ?

On 20 Oct 2004, at 21:07, Stuart Gall wrote:

> Hello,
> I have a problem between my ISP and another ISP, and there is a
> routing problem from my mail server to the other ISPs mail server.
>
> The remote mail servers have many virtual domains, but there are only
> 3 IP addresses concerned. The ISPs are dragging their feet so I want
> to setup a temporary solution.
>
> What I want to do seems simple enough
> I want a router to run before the dnslookup router and if the MX
> record for delivery matches one of the problem addresses I want to
> send the message to MY ISPs mail server (which does not have a routing
> problem, and will forward for me)
>
> BUT
> the dnslookup domains directive refers to the target domain, since the
> target MX has many virtual domains there is no way for me to know all
> of them.
>
> The manual route router does not lookup the mx record so there is
> nothing to test for.
>
> See below for what I have so far, I am just missing some test for the
> first dnslookup
>
> specialhol:
>        driver = dnslookup
>         remote smtp = 62.38.2.47:62.38.2.46:194.30.192.30  # <- 
> ???????????
>        transport = relay_to_hol
>        ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8

>
>
> dnslookup:
> driver = dnslookup
> domains = ! +local_domains
> transport = remote_smtp
> ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
> no_more
>
> Then use
> remote_smtp:
> driver = smtp
>
> relay_to_hol:
>         driver = smtp
>         hosts_override
>         hosts = mail.officegate.gr

>
> TIA
> -------------------------------------------------------------------
> Stuart Gall
> Systems Administrator
> -------------------------------------------------------------------
> No user serviceable parts inside? Ill be the judge of that!
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> Exim details at http://www.exim.org/ ##
>
>

-------------------------------------------------------------------
Stuart Gall
Systems Administrator
-------------------------------------------------------------------
No user serviceable parts inside? Ill be the judge of that!