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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7e61fbbcda9..0402c3bc94d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.279 2005/12/28 06:08:54 schmonz Exp $ +# $NetBSD: Makefile,v 1.280 2006/01/31 21:07:30 tv Exp $ # COMMENT= Electronic mail utilities @@ -144,6 +144,13 @@ SUBDIR+= p5-User-Identity SUBDIR+= p5-razor-agents SUBDIR+= pear-Mail SUBDIR+= pear-Mail_Mime +SUBDIR+= perdition +SUBDIR+= perdition-bdb +SUBDIR+= perdition-gdbm +SUBDIR+= perdition-ldap +SUBDIR+= perdition-mysql +SUBDIR+= perdition-odbc +SUBDIR+= perdition-postgresql SUBDIR+= pfqueue SUBDIR+= php-imap SUBDIR+= pine |