diff options
author | abs <abs@pkgsrc.org> | 2003-09-02 11:09:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-09-02 11:09:20 +0000 |
commit | 60dc5014b57c3665bcd7b2a61078a9d2e38dfe30 (patch) | |
tree | 55a70119f9710e613fb4123addba9ff68097d58c /mail/exim-exiscan | |
parent | 94aba904f216ad5befbae4bd73ad53995b915b21 (diff) | |
download | pkgsrc-60dc5014b57c3665bcd7b2a61078a9d2e38dfe30.tar.gz |
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 (limited to 'mail/exim-exiscan')
-rw-r--r-- | mail/exim-exiscan/DESCR | 21 | ||||
-rw-r--r-- | mail/exim-exiscan/Makefile | 27 |
2 files changed, 48 insertions, 0 deletions
diff --git a/mail/exim-exiscan/DESCR b/mail/exim-exiscan/DESCR new file mode 100644 index 00000000000..4468b5a2f21 --- /dev/null +++ b/mail/exim-exiscan/DESCR @@ -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 --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile new file mode 100644 index 00000000000..fd7d5d6b15b --- /dev/null +++ b/mail/exim-exiscan/Makefile @@ -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 +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 + |