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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Hans Morten Kind
Fecha:  
A: Philipp Gaschütz
Cc: Exim-Users
Asunto: 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