Re: [Exim] blocking incoming addresses

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Steve Foster
CC: exim-users
題目: Re: [Exim] blocking incoming addresses
Steve Foster wrote:
> lol...yeah i know what you mean...
>
> i think compatibility wise they are practically the same with some changes
> to syntax, as i had to make some changes to previous exim configure files
> when i moved to exim3 on some other machines...


maybe this helps:

add a verify_only forwardfile-director and receiver_verify to the
config, add an condition that does a lookup for the receiver-address and
return :fail:
example:

denied_users:
driver = forwardfile
condition = ${lookup \
{$receiver_address}lsearch {/etc/exim/denied_senders}}
allow_system_actions
data = :fail:

ciao