Re: [EXIM] sender_address_relay

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: mjm
CC: exim-users
Subject: Re: [EXIM] sender_address_relay
On Wed, 28 Apr 1999, mjm wrote:

> relay_domains_include_local_mx
> sender_net_accept_relay =
> "10.0.0.0/23:192.168.0.0/24"
>
> Note, changed the Ip Addresses for simplicity sake.
>
> Anyway, I would also like to add a list of email addresses that can send
> from anywhere.
>
> So, if the sender_net_accept_relay test fails, then it checks to see if
> the sender is one listed.
>
> I believe I would use sender_address_relay, but not sure.


Yes, and also you probably need relay_match_host_or_sender, as otherwise
it requires both the host and the sender to match.

> If I am right there, then I believe that the system should have it in this
> order:
>
> sender_net_accept_relay
> sender_address_relay


Order does not matter.

> 1.) What is the format of sender_address_relay after the '='?


See section 7.14 (address lists).

> 2.) Can you tell sender_address_relay to look at a file of email addresses
> instead?


See section 7.14 (address lists).

> 3.) One the configuration is change, is there a way to test it....
> ie you can test an IP address with -bh.


Yes.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***