diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-21 20:01:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-21 20:01:56 +0000 |
commit | 4045bded6952799c8c3404ef8ccd9f3ec5955f37 (patch) | |
tree | 854433bef3b80254aab5c3df5de942eb8b0665a7 /mail/imap-uw/pkg-descr | |
parent | 17b8687471a06635ea0d0defe77030ca54f6ee4b (diff) |
Update to version 4.4.
PR: 8760
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=14741
Diffstat (limited to 'mail/imap-uw/pkg-descr')
-rw-r--r-- | mail/imap-uw/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/pkg-descr b/mail/imap-uw/pkg-descr index ba8e165b67be..8d3be9e81bf5 100644 --- a/mail/imap-uw/pkg-descr +++ b/mail/imap-uw/pkg-descr @@ -1,4 +1,4 @@ -This is the IMAP v4 server from the University of Washington. +This is the IMAP4rev1 server from the University of Washington. Included are backwares-comaptible (almost) POP2 and POP3 servers. ipop2d POP2 daemon @@ -10,11 +10,11 @@ The ipop2d, ipop3d, and imapd daemons should be invoked by your 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 +imap4 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] +imap4 143/tcp [imap2 and imap4 share the same port again] |