pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/clamsmtpd Erm, the good name is "clamsmtp" not "c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6253a8f219c8
branches:  trunk
changeset: 478295:6253a8f219c8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jul 21 03:55:57 2004 +0000

description:
Erm, the good name is "clamsmtp" not "clamsmtpd", sorry...

diffstat:

 mail/clamsmtpd/DESCR              |   9 ---------
 mail/clamsmtpd/MESSAGE            |  31 -------------------------------
 mail/clamsmtpd/Makefile           |  29 -----------------------------
 mail/clamsmtpd/PLIST              |   3 ---
 mail/clamsmtpd/distinfo           |   4 ----
 mail/clamsmtpd/files/clamsmtpd.sh |  24 ------------------------
 6 files changed, 0 insertions(+), 100 deletions(-)

diffs (124 lines):

diff -r 27409cc0a3d9 -r 6253a8f219c8 mail/clamsmtpd/DESCR
--- a/mail/clamsmtpd/DESCR      Wed Jul 21 03:54:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-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.
-
-ClamSMTP aims to be lightweight, reliable, and simple rather than have 
-a myriad of options. It's written in C without major dependencies. 
-If you need more options then you could use something big like AMaViS 
-which is written in PERL and can do almost anything.
diff -r 27409cc0a3d9 -r 6253a8f219c8 mail/clamsmtpd/MESSAGE
--- a/mail/clamsmtpd/MESSAGE    Wed Jul 21 03:54:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/07/21 03:51:11 xtraeme Exp $
-
-In order to use ${PKGBASE} with postfix, a possible configuration would
-be:
-
-[main.cf]
-
-content_filter = scan:127.0.0.1:10025
-receive_override_options = no_address_mappings
-
-[master.cf]
-
-# AV scan filter (used by content_filter)
-scan      unix  -       -       n       -       16      smtp
-       -o smtp_send_xforward_command=yes
-# For injecting mail back into postfix from the filter
-127.0.0.1:10026 inet  n -       n       -       16      smtpd
-       -o content_filter=
-       -o receive_override_options=no_unknown_recipient_checks
-       -o smtpd_helo_restrictions=
-       -o smtpd_client_restrictions=
-       -o smtpd_sender_restrictions=
-       -o smtpd_recipient_restrictions=permit_mynetworks,reject
-       -o mynetworks_style=host
-       -o smtpd_authorized_xforward_hosts=127.0.0.0/8
-
-That's all! please visit ${HOMEPAGE} 
-if you need more information.
-
-===========================================================================
diff -r 27409cc0a3d9 -r 6253a8f219c8 mail/clamsmtpd/Makefile
--- a/mail/clamsmtpd/Makefile   Wed Jul 21 03:54:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/21 03:51:11 xtraeme Exp $
-#
-
-DISTNAME=              clamsmtp-0.3
-CATEGORIES=            mail
-MASTER_SITES=          http://memberwebs.com/nielsen/software/clamsmtp/
-
-MAINTAINER=            xtraeme%NetBSD.org@localhost
-HOMEPAGE=              http://memberwebs.com/nielsen/software/clamsmtp/
-COMMENT=               SMTP filter that allows you to check for viruses
-
-BUILD_DEPENDS+=                clamav-[0-9]*:../../mail/clamav
-
-USE_BUILDLINK3=                yes
-USE_PKGINSTALL=                yes
-GNU_CONFIGURE=         yes
-
-RCD_SCRIPTS=           clamsmtpd
-
-MESSAGE_SUBST+=                PKGBASE=${PKGBASE}
-MESSAGE_SUBST+=                HOMEPAGE=${HOMEPAGE}
-
-.include "../../mk/bsd.prefs.mk"
-
-FILES_SUBST+=          VARBASE=${VARBASE}
-FILES_SUBST+=          CLAMAV_USER=${CLAMAV_USER}
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 27409cc0a3d9 -r 6253a8f219c8 mail/clamsmtpd/PLIST
--- a/mail/clamsmtpd/PLIST      Wed Jul 21 03:54:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/21 03:51:11 xtraeme Exp $
-man/man8/clamsmtpd.8
-sbin/clamsmtpd
diff -r 27409cc0a3d9 -r 6253a8f219c8 mail/clamsmtpd/distinfo
--- a/mail/clamsmtpd/distinfo   Wed Jul 21 03:54:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/21 03:51:11 xtraeme Exp $
-
-SHA1 (clamsmtp-0.3.tar.gz) = a91039425e6c8dea47ac8b77c153a90ad283a2cb
-Size (clamsmtp-0.3.tar.gz) = 117723 bytes
diff -r 27409cc0a3d9 -r 6253a8f219c8 mail/clamsmtpd/files/clamsmtpd.sh
--- a/mail/clamsmtpd/files/clamsmtpd.sh Wed Jul 21 03:54:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: clamsmtpd.sh,v 1.1.1.1 2004/07/21 03:51:11 xtraeme Exp $
-#
-# PROVIDE: clamsmtpd
-# REQUIRE: LOGIN clamd
-# BEFORE: mail
-# KEYWORD: shutdown
-
-if [ -f /etc/rc.subr ]; then
-       . /etc/rc.subr
-fi
-
-name="clamsmtpd"
-rcvar=$name
-command="@PREFIX@/sbin/${name}"
-pidfile="/tmp/${name}.pid"
-clamsmtpd_user="@CLAMAV_USER@"
-clamav_conf="@PKG_SYSCONFDIR@/clamav.conf"
-socket=$(@AWK@ '/^#/ {next}; /LocalSocket/ {print $2}' ${clamav_conf})
-command_args="-c ${socket} -p ${pidfile} 127.0.0.1:10026"
-
-load_rc_config $name
-run_rc_command "$1"



Home | Main Index | Thread Index | Old Index