Skip to Content.
Sympa Menu

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

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 (93cf391936429fe9a43301bec72863a3d8bbbfab)
  • Date: Tue, 28 Dec 2010 16:19:19 -0600

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

ChangeLog | 3 +++
mail/clamsmtp/BUILD | 3 +++
mail/clamsmtp/DEPENDS | 1 +
mail/clamsmtp/DETAILS | 18 ++++++++++++++++++
mail/clamsmtp/HISTORY | 2 ++
mail/clamsmtp/INSTALL | 3 +++
mail/clamsmtp/init.d/clamsmtpd | 9 +++++++++
7 files changed, 39 insertions(+)

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

clamsmtp: new spell, SMTP virus filter

diff --git a/ChangeLog b/ChangeLog
index b632a7b..7d7fb15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * mail/clamsmtp: new spell, SMTP virus filter
+
2010-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-utf8-string: new spell, support for reading and
writing
utf8 strings
diff --git a/mail/clamsmtp/BUILD b/mail/clamsmtp/BUILD
new file mode 100755
index 0000000..fee2d68
--- /dev/null
+++ b/mail/clamsmtp/BUILD
@@ -0,0 +1,3 @@
+create_account clamav &&
+
+default_build
diff --git a/mail/clamsmtp/DEPENDS b/mail/clamsmtp/DEPENDS
new file mode 100755
index 0000000..7dcb369
--- /dev/null
+++ b/mail/clamsmtp/DEPENDS
@@ -0,0 +1 @@
+runtime_depends clamav
diff --git a/mail/clamsmtp/DETAILS b/mail/clamsmtp/DETAILS
new file mode 100755
index 0000000..76450e7
--- /dev/null
+++ b/mail/clamsmtp/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=clamsmtp
+ VERSION=1.10
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://thewalter.net/stef/software/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f28e2c1d78c965245d8d7a8810fbeb11d41e40383eba2e8fca500f94c2e4b8d9a2c0b9e4e8e967965bf50266968e0b9549fb62369f37724350a20174c89a044b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://thewalter.net/stef/software/clamsmtp/
+ LICENSE[0]=GPL
+ ENTERED=20101228
+ SHORT="SMTP virus filter"
+cat << EOF
+ClamSMTP is an SMTP filter that allows you to check for viruses using
+the ClamAV anti-virus software. It accepts SMTP connections and forwards
+the SMTP commands and responses to another SMTP server. The 'DATA' email
+body is intercepted and scanned before forwarding. It is written with
+the postfix mailserver in mind but can also be used as a transparent
+proxy to filter all traffic.
+EOF
diff --git a/mail/clamsmtp/HISTORY b/mail/clamsmtp/HISTORY
new file mode 100644
index 0000000..8345929
--- /dev/null
+++ b/mail/clamsmtp/HISTORY
@@ -0,0 +1,2 @@
+2010-12-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL, init.d/clamsmtpd: spell created
diff --git a/mail/clamsmtp/INSTALL b/mail/clamsmtp/INSTALL
new file mode 100755
index 0000000..f9d1b61
--- /dev/null
+++ b/mail/clamsmtp/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+
+install -d -o clamav -g clamav -vm 755 "$INSTALL_ROOT/var/run/clamsmtp"
diff --git a/mail/clamsmtp/init.d/clamsmtpd b/mail/clamsmtp/init.d/clamsmtpd
new file mode 100755
index 0000000..619ff2f
--- /dev/null
+++ b/mail/clamsmtp/init.d/clamsmtpd
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/clamsmtpd
+PIDFILE=/var/run/clamsmtp/clamsmtpd.pid
+ARGS="-p $PIDFILE"
+RUNLEVEL=3
+NEEDS="+network"
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93cf391936429fe9a43301bec72863a3d8bbbfab), Vlad Glagolev, 12/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page