On Tue, 2006-12-26 at 00:51 +0200, Timo Neuvonen wrote:
> My server is running on FC5, with self-compiled exim. So eg.
> debian-targeted packages would require a lot of modifications.
Out of interest, why do you compile your own instead of using the Fedora
package?
> Does anyone have a good suggestion for a *simple*
> greylisting conf? It doesn't have to be performance-optimized,
> no need for extensive logging features, etc. But something that
> would keep it's database clean without manual MySQL sessions.
Mine is at
http://david.woodhou.se/eximconf/include/acl-greylist
I run
http://david.woodhou.se/eximconf/greylist-tidydb.sh from cron to
expire entries from the database.
A better version, updated to use sqlite instead of text files, is at
http://david.woodhou.se/eximconf/include/acl-greylist-sqlite and its
expiry and database creation scripts are in
http://david.woodhou.se/eximconf/greylist/
The only thing to note is that I don't greylist indiscriminately -- the
other ACLs mark "suspicious" mail by adding to the $acl_m0 variable.
Only if that's non-empty does the greylisting kick in.
--
dwmw2