diff options
author | abs <abs@pkgsrc.org> | 2002-12-27 12:52:07 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-12-27 12:52:07 +0000 |
commit | f5d1820a8f0be40d3aa03fad3e749f11dc9b2f7a (patch) | |
tree | 4131447cfde2c8d6880f71c285eaa954ac090a06 /mail/prayer/PLIST | |
parent | a30073360f0badc6d5fb7a27158fdbc110c477f4 (diff) | |
download | pkgsrc-f5d1820a8f0be40d3aa03fad3e749f11dc9b2f7a.tar.gz |
Import of prayer 1.0.5
Prayer is a small and fast HTTP to IMAP gateway written entirely in C.
* Uses persistent connections to IMAP server and support servers.
* Target folders remain SELECTed: not a simple-minded proxy.
* Full caching (including sort/thread cache) for each open folder.
* Up to five persistent IMAP connections (typically one or two in use):
o INBOX and one other folder
o Postponed message folder stream
o Preferences stream
o Folder transfer stream
o Various optimisations/sharing to minimise actual IMAP connections
* Directory cache: single round trip to IMAP server for directory listing.
* Works well with UW IMAP server (even using Unix format mail folders).
* Little discernible load on a Pentium III class system running Linux with
5,000 logins/day (400 logins/hour, 150 concurrent logins)
* Uses 10% to 20% of the CPU and 400 MBytes of RAM on a PIII class system
with 23,000 logins/day (1,700 logins/hour, 850 concurrent logins peak)
* Aggressive HTTP/1.0 and 1.1 connection caching to reduce SSL overhead.
* Optional gzip compression of pages tunable by IP address range.
Diffstat (limited to 'mail/prayer/PLIST')
-rw-r--r-- | mail/prayer/PLIST | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/prayer/PLIST b/mail/prayer/PLIST new file mode 100644 index 00000000000..0d5aae9de9e --- /dev/null +++ b/mail/prayer/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/27 12:52:07 abs Exp $ +etc/prayer.cf +etc/prayer-accountd.cf +etc/motd.html +etc/welcome.html +sbin/prayer +sbin/prayer-session +sbin/prayer-ssl-prune +sbin/prayer-cyclog +@dirrm certs |