From: Karl O. P. <ko...@me...> - 2015-06-10 18:24:23
|
On Wed, 10 Jun 2015 13:18:49 -0400 Alex Regan <mys...@gm...> wrote: > Hi Karl, > > Looks like as of postfix 2.1 there is an "instance" > > variable passed to the policy daemon that could be used > > to keep from adding multiple header lines. It's not > > clear how this would work and it's not implemented > > in sqlgrey. > > > > Something for somebody's todo list. > > Do you think sqlgrey is still the best option for doing greylisting > with postfix, or are is there something else we should be looking it? > > I originally thought policyd was an alternative, but it looks to be > more of a front-end or management system that just uses apps like > sqlgrey. > I don't have an informed option, not really knowing what else is out there. My guess is that if you have something working it's not really worth the time spent to switch. I like sqlgrey because it works with Postgres. Not only do I think Postgres technically superior to MySQL but MySQL, in my opinion, is not truly Open Source. The MySQL documentation (and as far as I can tell the MariaDB documentation) is _not_ open source. A database is no good without documentation, which makes forking a db product with no documentation a huge problem. It took MariaDB _years_ to get decent documentation. (And near as I can tell they still don't have a document for each release, making it hard to tell just how the version you happen to be running actually works.) If it can't be forked it's not open source. Karl <ko...@me...> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein |