Re: [Exim] relay_match_host_or_sender

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Oren Levi
Cc: exim-users
Asunto: Re: [Exim] relay_match_host_or_sender
On Sun, 14 Sep 2003, Oren Levi wrote:

> Anything similer to relay_match_host_or_sender in exim 4.2 ?


accept hosts = ... whatever
accept senders = ... whatever

(Two successive "accept"s are in effect "or"ed together.)

But it is a *very* bad idea to accept messages purely on the basis of
the sender address, because these are frequently forged.

> I want to verify the sender field is part of the local email addresses
> to avoid forged emails. this with smtp auth should suffice.


  accept authenticated = *
         sender_domains = ... the domains you allow ...
         verify = sender


(Multiple conditions in a single "accept" are "and"ed together.)


--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book