Re: [Exim] Preventing forged From: headers (exim 3.36)

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Robert Lister
CC: exim-users
Subject: Re: [Exim] Preventing forged From: headers (exim 3.36)
On Tue, 25 Jun 2002, Robert Lister wrote:

> Is there anyway I can configure exim 3.36 only to accept mail "From:"
> my local_domains ONLY from hosts permitted in host_accept_relay?



condition = \
${if and match{$h_from:}{my.domain} match{$sender_host_address}{10.0.0.1} }

i'm actually too lazy to fight with the braces being placed correctly
(count here every syntactical and semantical aspect as well ;) but you
get idea... *g*


--
[-]