Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d25d1aa0f17e7e32d05856095d9e9e1fe0173a18)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d25d1aa0f17e7e32d05856095d9e9e1fe0173a18)
  • Date: Mon, 5 Mar 2012 03:20:04 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
mail/greyfix/DEPENDS | 1 +
mail/greyfix/DETAILS | 27 +++++++++++++++++++++++++++
mail/greyfix/HISTORY | 2 ++
mail/greyfix/greyfix.gpg |binary
5 files changed, 33 insertions(+)

New commits:
commit d25d1aa0f17e7e32d05856095d9e9e1fe0173a18
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

greyfix: new spell, greylisting policy daemon for Postfix

diff --git a/ChangeLog b/ChangeLog
index d2092c9..8b1a07a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * mail/greyfix: new spell, greylisting policy daemon for Postfix
+
2012-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* audio-players/minitunes: deprecated, renamed to
audio-players/musique

diff --git a/mail/greyfix/DEPENDS b/mail/greyfix/DEPENDS
new file mode 100755
index 0000000..b35df04
--- /dev/null
+++ b/mail/greyfix/DEPENDS
@@ -0,0 +1 @@
+depends db
diff --git a/mail/greyfix/DETAILS b/mail/greyfix/DETAILS
new file mode 100755
index 0000000..1a9fc6e
--- /dev/null
+++ b/mail/greyfix/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=greyfix
+ VERSION=0.3.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://www.kim-minh.com/pub/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_GPG=greyfix.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.kim-minh.com/pub/greyfix/
+ LICENSE[0]=IBMPL
+ ENTERED=20120305
+ SHORT="greylisting policy daemon for Postfix"
+cat << EOF
+Greyfix is the greylisting policy daemon for Postfix.
+
+Features:
+* Low and tunable resource usage and high efficiency. The program is written
in
+ C and uses Berkeley DB to track mailers. By itself it allocates memory only
+ for a single request and the Berkeley DB library can be configured to use
very
+ few RAM.
+* Integrates with Postfix's master daemon. Postfix will shutdown greyfix
when it
+ is not used completely freeing its runtime resources.
+* No administrative burden. Everything happens "automagically".
+* No need for a database server. Uses Berkeley DB which is already installed
+ with most free Unix distributions.
+EOF
diff --git a/mail/greyfix/HISTORY b/mail/greyfix/HISTORY
new file mode 100644
index 0000000..de8e1f4
--- /dev/null
+++ b/mail/greyfix/HISTORY
@@ -0,0 +1,2 @@
+2012-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, greyfix.gpg: spell created
diff --git a/mail/greyfix/greyfix.gpg b/mail/greyfix/greyfix.gpg
new file mode 100644
index 0000000..4c18591
Binary files /dev/null and b/mail/greyfix/greyfix.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d25d1aa0f17e7e32d05856095d9e9e1fe0173a18), Vlad Glagolev, 03/05/2012

Archive powered by MHonArc 2.6.24.

Top of Page