Re: [Exim] Need help with Virtual domains

Pàgina inicial
Delete this message
Reply to this message
Autor: Bart van Dommelen
Data:  
A: Ariel Sandberg-Maitland, exim-users
Assumpte: Re: [Exim] Need help with Virtual domains
Hi,

Do you want to place your ISP domain in your local domains? That
way all mail to <anyotheraccount>@<yourisp> will be transported as
local and never reach your ISP.

I think what you want is to sent anywhere from your local network
a message to your ISP. For that I use this:

host_accept_relay = localhost : 192.168.1.0/24    


(example for localnet 192.168.1.x with netmask 255.255.255.0)

And following your postings I suggest reading some of related
articles about mail and the documents which come with Exim. Exim
is well documented, so there's a good start (beside a working
mailserver of course).


Kind regards,

Bart van Dommelen.
dommel@???


On 25 Feb 2001, at 13:16, Ariel Sandberg-Maitland wrote:

To:                 exim-users@???
From:               Ariel Sandberg-Maitland <asandberg@???>
Subject:            Re: [Exim] Need help with Virtual domains
Date sent:          Sun, 25 Feb 2001 13:16:12 -0500 (EST)


> OK,
> SO after using the exim -bh 1.2.3.4 (or mail address of other smtp server)
> this is what happens:
> 220 dogstar.parvata.ca ESMTP Exim 3.16 #1 Sun, 25 Feb 2001 12:58:33 -0500
> helo blah
> 250 dogstar.parvata.ca Hello mail.ottawa.com [209.217.94.166]
> mail from: asandberg@???
> >>> asandberg@??? in sender_reject? no (option unset)
> >>> asandberg@??? in sender_reject_recipients? no (option unset)
> 250 <asandberg@???> is syntactically correct
> rcpt to: test@???
> >>> dogstar.parvata.ca in local_domains? no (end of list)
> >>> dogstar.parvata.ca in relay_domains? no (end of list)
> >>> host in host_accept_relay? no (end of list)
> 550 relaying to <test@???> prohibited by administrator
> LOG: refused relay (host) to <test@???> from
> <asandberg@???> H=mail.ottawa.com (blah) [209.217.94.166]
>
> So what I think is happening is mail.ottawa.com is getting the cname of
> parvata.ca; wich is dogstar, so it resolves it to that name somehow.
>
> So I just tried this:
> local_domains = localhost:parvata.ca:telksine.ca:dogstar.parvata.ca
>
> And it works!
>
> thanx,
> Ariel
>
>
> Get your Free email at http://mail.ottawa.com/
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>