diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-01 11:55:35 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-01 11:55:35 +0000 |
commit | aeba2a9b84093b265d84be081491d505b40222f5 (patch) | |
tree | 2917e6f7567264936a824eacb55cd5a8a2fdb05a /mail/smunge/pkg-descr | |
parent | 18e76325bc32844df366d6fbc2284ba8295fb32c (diff) | |
download | FreeBSD-ports-aeba2a9b84093b265d84be081491d505b40222f5.zip FreeBSD-ports-aeba2a9b84093b265d84be081491d505b40222f5.tar.gz |
Add smunge, a POP3 funnel proxy (ie, it can funnel from multiple sources
to the user with one connection)
PR: ports/20111
Submitted by: Domas Mituzas <midom@dammit.lt>
Diffstat (limited to 'mail/smunge/pkg-descr')
-rw-r--r-- | mail/smunge/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/smunge/pkg-descr b/mail/smunge/pkg-descr new file mode 100644 index 0000000..1ebd2bb --- /dev/null +++ b/mail/smunge/pkg-descr @@ -0,0 +1,14 @@ +Smunge is a stand alone POP3 funneling proxy server, designed +to allow clients to attach to multiple pop servers as if they +were one. Smunge can be used to join together multiple mailboxes, +or to present different users with different mailboxes (depending +on username). This allows for administrators of pop servers to set +up either load balancing or redundant clusters for pop services. +It was initially designed to smooth over the transition of pop +services from one machine to another, without users losing mail +(by keeping the old server active whilst the new one was being +installed). It also supports DRAC for pop-before-smtp authentication. +Also featured is support for LDAP based authentication and lookups +for mapping users to sets of pop servers. + +WWW: http://www.i2pi.com/smunge/ |