summaryrefslogtreecommitdiff
path: root/mail/perdition-ldap
diff options
context:
space:
mode:
authortv <tv>2006-01-31 21:07:30 +0000
committertv <tv>2006-01-31 21:07:30 +0000
commitf6e3acc06772f7d522c35fd04e20ea35c8b4de44 (patch)
tree9fc0c61a625c585d27c47e0f4187624c0cdff6f0 /mail/perdition-ldap
parent9235458319e50c7b50e64ee75713c5d4a215dcaf (diff)
downloadpkgsrc-f6e3acc06772f7d522c35fd04e20ea35c8b4de44.tar.gz
Perdition 1.17, a POP3/IMAP4 proxy capable of choosing different destination
servers based on user authentication. From DESCR: Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to handle both SSL and non-SSL connections and redirect users to a real-server based on a database lookup. Perdition supports modular based database access. ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression and NIS modules ship with the distribution. The API for modules is open allowing abitary modules to be written to allow access to any data store. Perdition can be used to: Create large mail systems where a users mailbox may be stored on one of several hosts. Integrate different mail systems together. Migrate between different email infastructure. And in firewall applications.
Diffstat (limited to 'mail/perdition-ldap')
-rw-r--r--mail/perdition-ldap/Makefile11
-rw-r--r--mail/perdition-ldap/PLIST4
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/perdition-ldap/Makefile b/mail/perdition-ldap/Makefile
new file mode 100644
index 00000000000..3dcba464837
--- /dev/null
+++ b/mail/perdition-ldap/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2006/01/31 21:07:30 tv Exp $
+#
+
+PERDITION_COMMENT= LDAP user database module
+PERDITION_PKGNAME= ldap
+
+CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap}/include
+CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap}/lib
+
+.include "../../databases/openldap/buildlink3.mk"
+.include "../perdition/Makefile.common"
diff --git a/mail/perdition-ldap/PLIST b/mail/perdition-ldap/PLIST
new file mode 100644
index 00000000000..26b0f154603
--- /dev/null
+++ b/mail/perdition-ldap/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2006/01/31 21:07:30 tv Exp $
+lib/libperditiondb_ldap.la
+man/man8/perditiondb_ldap_makedb.8
+sbin/perditiondb_ldap_makedb