Re: [Exim] reject-policies -> exim configuration

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Hans Morten Kind
Data:  
Para: Philipp Gaschütz
CC: Exim-Users
Assunto: Re: [Exim] reject-policies -> exim configuration
On Mon, May 01, 2000 at 07:39:16AM +0200, Philipp Gaschütz wrote:
> I have a file with senders, that shall be allowed to relay to any domain
> through that mail server. Anyways, ... I can't get it working... whatever
> I try, it either lets through all mail, or rejects everything but mail
> for local_domains.


This should work:
relay_match_host_or_sender = true
host_accept_relay = 10.0.0.0/8
sender_address_relay = dbm;/local/exim/db/relay.db

hmk