summaryrefslogtreecommitdiffstats
path: root/mail/greylstd/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'mail/greylstd/DETAILS')
-rwxr-xr-xmail/greylstd/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/greylstd/DETAILS b/mail/greylstd/DETAILS
new file mode 100755
index 0000000000..12b7cb8cba
--- /dev/null
+++ b/mail/greylstd/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=greylstd
+ VERSION=0.4.1
+ SOURCE=${SPELL}_${VERSION}.tar.gz
+ SOURCE_URL[0]=http://download.cmeerw.net/debian/${SPELL}/source/${SOURCE}
+ SOURCE_HASH=sha512:3206f220436c5cfbe46589ac74fcd56e57c043945b631952ab8d10ddd27fe1cf740b6b84bcc4156457e2b96e1a8bb10287a29ddc9866d40f29623e6cf5e3ec46
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://dev.cmeerw.org/Projects/greylstd
+ ENTERED=20130128
+ DOCS="README"
+ LICENSE[0]=GPL
+ KEYWORDS="mail greylist sqlite"
+ SHORT="simple SQLite-based greylisting daemon"
+cat << EOF
+greylstd is a simple SQLite-based greylisting daemon.
+
+Features:
+ * implemented as a stand-alone daemon with a simple Unix domain socket
+ interface (suitable for integration with Exim4)
+ * uses a SQLite 3 database backend
+ * per user and per domain configuration and whitelists
+EOF