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
commit3b7002dffeb34045fe8ce066149764d363ebe900 (patch)
tree9fc0c61a625c585d27c47e0f4187624c0cdff6f0 /mail/perdition-ldap
parent6805848588468b15ca6b6b40d17e7e88703b3bfb (diff)
downloadpkgsrc-3b7002dffeb34045fe8ce066149764d363ebe900.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