Re: [Exim] relaying - looked at faw - no luck

Top Page
Delete this message
Reply to this message
Author: Ian Southam
Date:  
To: Salvatore Greco
CC: exim-users
Subject: Re: [Exim] relaying - looked at faw - no luck
On Thu, Feb 17, 2000 at 05:13:13PM +0200 Salvatore Greco wrote :

> relay_domains_include_local_mx
> RELAY_DOMAINS = reaper.org:apotheosis.org.za:apotheosis.za.org:truworths.co.za:mail.truworths.co.za:uct.ac.za:lagnet.za.org:lists.truworths.co.za:attitude.co.za:mediaafrica.co.za
> relay_domains = RELAY_DOMAINS


Something like this :

relay_domains_include_local_mx
relay_domains = partial-lsearch;/path-to/allowed-relays
host_accept_relay = " xxx.xxx.xx.0/24:xxx.xxx.xx.0/24"

Replacing the xxx bits with the IP networks you want to allow relaying from
(your dialup lines in this case).

In the file allowed-relays put a list of all the domains that can relay
through you. In my example it is a partial- search with means you can put
stuff like *.somedomain.com in to allow somedomain.com and all its
subdomains. If you don't want this, lose the partial-.

If you want to use databases, change from the lsearch type.

--
Ian