diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-09-03 20:49:19 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-09-03 20:49:19 +0000 |
commit | 98a149bb8345006e1065c5cdfef0c42581b8dea1 (patch) | |
tree | dc71f79a0fbdd5a94d1c6c34bd4b32c2ec54b046 /mail/sqlgrey/pkg-descr | |
parent | Update to alpha-20140831 (diff) |
Revive from the dead. This port is too important to let slip through the
cracks.
- Support STAGE
- Appease rclint and portlint
- Remove pkg-install. We can do this in @unexec and rc script.
- Set a default database option -- PGSQL will be default as recommended
upstream.
- Use new @sample capability
- SHEBANGFIX
Sponsored by: SupraNet Communications, Inc
Notes
Notes:
svn path=/head/; revision=367233
Diffstat (limited to 'mail/sqlgrey/pkg-descr')
-rw-r--r-- | mail/sqlgrey/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/sqlgrey/pkg-descr b/mail/sqlgrey/pkg-descr new file mode 100644 index 000000000000..3dd01be78a1b --- /dev/null +++ b/mail/sqlgrey/pkg-descr @@ -0,0 +1,7 @@ +SQLgrey is a postfix policy service implementing a grey-listing policy. + +SQLgrey is written in Perl and uses DBI to access an SQL database. + +Its goal is reducing the SPAM reaching user mailboxes + +WWW: http://sqlgrey.sourceforge.net/ |