From 3b7002dffeb34045fe8ce066149764d363ebe900 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 31 Jan 2006 21:07:30 +0000 Subject: 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. --- mail/perdition-gdbm/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mail/perdition-gdbm/Makefile (limited to 'mail/perdition-gdbm/Makefile') diff --git a/mail/perdition-gdbm/Makefile b/mail/perdition-gdbm/Makefile new file mode 100644 index 00000000000..fef15a955df --- /dev/null +++ b/mail/perdition-gdbm/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2006/01/31 21:07:30 tv Exp $ +# + +PERDITION_COMMENT= GDBM user database module +PERDITION_PKGNAME= gdbm +BUILD_DIRS= makegdbm perdition/db/gdbm + +.include "../../databases/gdbm/buildlink3.mk" +.include "../../mail/perdition/buildlink3.mk" +.include "../perdition/Makefile.common" -- cgit v1.2.3