aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw/pkg-descr
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-01-10 02:38:36 +0000
committerPaul Traina <pst@FreeBSD.org>1997-01-10 02:38:36 +0000
commit1e7fdea2f638dbdd321b56d0538b605ba260faf9 (patch)
tree7d936896445b0661c394fe211cb2f49540b24647 /mail/imap-uw/pkg-descr
parent53f4adfb2fe5035e8bace6f10b9ce34016dc7e92 (diff)
downloadports-1e7fdea2f638dbdd321b56d0538b605ba260faf9.tar.gz
ports-1e7fdea2f638dbdd321b56d0538b605ba260faf9.zip
University of Washinton IMAP v4r1 server
Notes
Notes: svn path=/head/; revision=5289
Diffstat (limited to 'mail/imap-uw/pkg-descr')
-rw-r--r--mail/imap-uw/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/imap-uw/pkg-descr b/mail/imap-uw/pkg-descr
new file mode 100644
index 000000000000..ba8e165b67be
--- /dev/null
+++ b/mail/imap-uw/pkg-descr
@@ -0,0 +1,20 @@
+This is the IMAP v4 server from the University of Washington.
+Included are backwares-comaptible (almost) POP2 and POP3 servers.
+
+ ipop2d POP2 daemon
+ ipop3d POP3 daemon
+ imapd IMAP4rev1 daemon
+
+The ipop2d, ipop3d, and imapd daemons should be invoked by your
+/etc/inetd.conf file with lines such as:
+
+pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d
+pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d
+imap2 stream tcp nowait root /usr/local/libexec/imapd imapd
+
+You may also have to edit your /etc/services (or Yellow Pages,
+NetInfo, etc. equivalent) to register these services, such as:
+
+pop 109/tcp
+pop3 110/tcp
+imap2 143/tcp [imap2 and imap4 share the same port again]