summaryrefslogtreecommitdiff
path: root/mail/drac/Makefile
diff options
context:
space:
mode:
authorgroo <groo@pkgsrc.org>2000-04-11 23:39:29 +0000
committergroo <groo@pkgsrc.org>2000-04-11 23:39:29 +0000
commitc9e071e3eb4eafb5cc8073d176f48df9fb692e5a (patch)
treeed75e03568228ee57bca70f39fbe94c99d29c85f /mail/drac/Makefile
parentbb3acfbf1063f132c7ca07d421700ba0f33d858a (diff)
downloadpkgsrc-c9e071e3eb4eafb5cc8073d176f48df9fb692e5a.tar.gz
DRAC is a daemon that dynamically updates a relay authorization map for
sendmail. It provides a way to allow legitimate users to relay mail through an SMTP server, while still preventing others from using it as a spam relay. User's IP addresses are added to the map immediately after they have authenticated to the POP or IMAP server. By default, map entries expire after 30 minutes, but can be renewed by additional authentication. Periodically checking mail on a POP server is sufficient to do this. The POP and SMTP servers can be on different hosts.
Diffstat (limited to 'mail/drac/Makefile')
-rw-r--r--mail/drac/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
new file mode 100644
index 00000000000..5fb5f0014e4
--- /dev/null
+++ b/mail/drac/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/04/11 23:39:29 groo Exp $
+#
+
+DISTNAME= drac
+PKGNAME= drac-1.10
+NO_WRKSUBDIR= yes
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= groo@netbsd.org
+HOMEPAGE= http://mail.cc.umanitoba.ca/drac/
+
+.include "../../mk/bsd.pkg.mk"