pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim-exiscan Import exim-exiscan-4.22-10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec6dde530fe5
branches:  trunk
changeset: 460655:ec6dde530fe5
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 02 11:09:20 2003 +0000

description:
Import exim-exiscan-4.22-10:

exim-exiscan adds email content scanning to the exim MTA
It can hook into spamassassin, virus scanning, and to filter on mime type

diffstat:

 mail/exim-exiscan/DESCR    |  21 +++++++++++++++++++++
 mail/exim-exiscan/Makefile |  27 +++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r c869161db3ab -r ec6dde530fe5 mail/exim-exiscan/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/exim-exiscan/DESCR   Tue Sep 02 11:09:20 2003 +0000
@@ -0,0 +1,21 @@
+exim-exiscan adds email content scanning to the exim MTA
+It can hook into spamassassin, virus scanning, and to filter on mime type
+
+Exim is a mail transport agent (MTA) developed at the University of Cambridge
+for use on Unix systems connected to the Internet. It is freely available
+under the terms of the GNU General Public Licence. In style it is similar to
+Smail 3, but its facilities are more extensive, and in particular it has
+options for verifying incoming sender and recipient addresses, for refusing
+mail from specified hosts, networks, or senders, and for controlling mail
+relaying.
+
+This build of exim has the following non-default features enabled:
+
+TRANSPORT_LMTP          SUPPORT_MAILDIR         SUPPORT_MAILSTORE
+SUPPORT_MBX             AUTH_CRAM_MD5           AUTH_PLAINTEXT
+AUTH_SPA                SUPPORT_TLS             USE_TCP_WRAPPERS
+HAVE_IPV6
+
+The following default feature is disabled:
+
+EXIM_MONITOR
diff -r c869161db3ab -r ec6dde530fe5 mail/exim-exiscan/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/exim-exiscan/Makefile        Tue Sep 02 11:09:20 2003 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 11:09:20 abs Exp $
+
+DISTNAME=      exim-${EXIM_VERSION}
+PKGNAME=       exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION}
+CATEGORIES=    mail net
+
+MAINTAINER=    abs%NetBSD.org@localhost
+HOMEPAGE=      http://duncanthrax.net/exiscan/
+COMMENT=       The Exim mail transfer agent, with exiscan-acl patches
+
+DEPENDS+=      exim-user>=1.0:../../mail/exim-user
+CONFLICTS+=    exim-[0-9]*
+
+EXISCAN_VERSION=10
+
+PATCH_SITES=    http://duncanthrax.net/exiscan-acl/
+PATCHFILES=     exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch
+
+DISTINFO_FILE= ${.CURDIR}/../../mail/exim/distinfo
+PATCHDIR=      ${.CURDIR}/../../mail/exim/patches
+FILESDIR=      ${.CURDIR}/../../mail/exim/files
+PLIST_SRC=     ${.CURDIR}/../../mail/exim/PLIST
+
+.include "../../mail/exim/Makefile.common"
+
+PATCH_DIST_ARGS+=-p1
+



Home | Main Index | Thread Index | Old Index