Auteur: Tamas TEVESZ Date: À: Tom Fischer CC: exim-users Sujet: Re: [Exim] relaying and exim doesn`t send
On Thu, 16 Aug 2001, Tom Fischer wrote:
> local_domains = pgsql;select * from exim_domains where domain='$key'; > relay_domains = pgsql;select * from exim_domains where domain='$key';
replace the asterisks with the correct column name (i doubt your local
domains are the same as those you're backup mx for, anyway)
> host_accept_relay = *
this makes you open relay (you want to specify your network here, not
the whole wide world)