Re: [exim] gray list blocking local users

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Renaud Allard
日付:  
To: Gregory Machin
CC: exim-users
題目: Re: [exim] gray list blocking local users


Gregory Machin wrote:
> no .. incomming mail logged into the grey list if mail is recieved
> from the same address more than say 5 times and sucsessfuly delivered
> (ie passed anti spam and virus) ,that address is added to the white
> list, if an address is in the white list it is only scanned for
> viruses , it thus skips the gray list and anti spam ...
>
> hope that is a bit clearer .. the idea is to create trusted address ..
>


This is not trivial. This will involve creating your own table in your
database and write some ACLs that will store results in the database and
bypass checks when some queries match.