Re: [exim] exim + greylisting

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Simon Pearson
日付:  
To: exim-users
題目: Re: [exim] exim + greylisting
On Mon, Mar 05, 2007 at 11:36 +0200, Paulo Andre wrote:
> > Why do you need the MySQL backend?
>
> Not neccessarily need it, but it is what I am more familar with, then
> could you suggest another greylisting solution?


A disadvantage of using a mysql-based greylisting solutions is you're
reliant on another service which means you're adding an extra point of
failure.

Many of the 'de facto standard' Exim greylisting solutions use some sort
of flat-file backend. Take a look at 'greylistd' and 'postgrey', both
work just fine with Exim 4.

Simon