Subject: Re: Request for import of SQLGrey
To: Geert Hendrickx <ghen@telenet.be>
From: Petr Janda <petr@punchyouremployer.com>
List: pkgsrc-users
Date: 09/18/2007 11:37:43
On Tue, 18 Sep 2007 03:51:07 am Geert Hendrickx wrote:
> On Mon, Sep 17, 2007 at 11:47:06PM +1000, Petr Janda wrote:
> > SQLGrey is a greylisting postfix policy daemon capable of using MySQL
> > and Postgresql as backands. Its rather featureful too.
> >
> > Thanks to anyone who imports this.
>
> I once started packaging sqlgrey but eventually I never used it.
>
> Now I finished this package, but it's still untested.  If you can test
> the attached package and it works for you, I'll commit it to pkgsrc.
>
> 	Geert

A couple of comments. 1) Is it possible for you to modify the package to 
create sqlgrey user and group during the install?

2) The script update_sqlgrey_config need's Bash. Can it be added to tje 
dependency list of this package? The script itself also needs a patch: 
#!/bin/bash should be #!/usr/pkg/bin/bash

Other than that, it seems to work.
Petr