diff options
author | tv <tv@pkgsrc.org> | 2006-01-31 21:07:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-01-31 21:07:30 +0000 |
commit | b0ff084fc7d6ffa25361ddbc5edabb11f32dcb00 (patch) | |
tree | 9fc0c61a625c585d27c47e0f4187624c0cdff6f0 /mail/perdition-gdbm | |
parent | d9ac814c8aa448f1c5de1ee7613cd07dd86c6a56 (diff) | |
download | pkgsrc-b0ff084fc7d6ffa25361ddbc5edabb11f32dcb00.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-gdbm')
-rw-r--r-- | mail/perdition-gdbm/Makefile | 10 | ||||
-rw-r--r-- | mail/perdition-gdbm/PLIST | 4 |
2 files changed, 14 insertions, 0 deletions
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" diff --git a/mail/perdition-gdbm/PLIST b/mail/perdition-gdbm/PLIST new file mode 100644 index 00000000000..cfca5b1738d --- /dev/null +++ b/mail/perdition-gdbm/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2006/01/31 21:07:30 tv Exp $ +bin/makegdbm +lib/libperditiondb_gdbm.la +man/man1/makegdbm.1 |