University of Washington IMAP4rev1/POP2/POP3 mail servers
This commit is contained in:
parent
234c0bfb5f
commit
30d13c1362
24
mail/imap-uw/Makefile
Normal file
24
mail/imap-uw/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/12/05 13:39:57 jakob Exp $
|
||||
|
||||
DISTNAME= imap-4.7
|
||||
PKGNAME= imap-uw-4.7
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= jakob@openbsd.org
|
||||
|
||||
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \
|
||||
ftp://ftp.cac.washington.edu/imap/old/ \
|
||||
ftp://ftp.sunet.se/pub/unix/mail/imap/ \
|
||||
ftp://ftp.sunet.se/pub/unix/mail/imap/old/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
ALL_TARGET= bso
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/imapd/imapd ${PREFIX}/libexec
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ipopd/ipop2d ${PREFIX}/libexec
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ipopd/ipop3d ${PREFIX}/libexec
|
||||
${INSTALL_MAN} ${WRKSRC}/src/imapd/imapd.8c ${PREFIX}/man/man8/imapd.8
|
||||
${INSTALL_MAN} ${WRKSRC}/src/ipopd/ipopd.8c ${PREFIX}/man/man8/ipopd.8
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/imap-uw/files/md5
Normal file
3
mail/imap-uw/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (imap-4.7.tar.Z) = 73fe0bb4878874945b5a692dd7205b58
|
||||
RMD160 (imap-4.7.tar.Z) = f891fbbd85537041a50bac36c0cfaefa376f3f90
|
||||
SHA1 (imap-4.7.tar.Z) = 75ff873f1f99094a4355c8d867fd6b9ebf4dac3e
|
28
mail/imap-uw/patches/patch-aa
Normal file
28
mail/imap-uw/patches/patch-aa
Normal file
@ -0,0 +1,28 @@
|
||||
--- src/imapd/imapd.8c.orig Tue Oct 13 04:31:21 1998
|
||||
+++ src/imapd/imapd.8c Sat Oct 16 23:59:57 1999
|
||||
@@ -1,9 +1,9 @@
|
||||
-.TH IMAPD 8C "October 12, 1998"
|
||||
+.TH IMAPD 8 "October 12, 1998"
|
||||
.UC 5
|
||||
.SH NAME
|
||||
IMAPd \- Internet Message Access Protocol server
|
||||
.SH SYNOPSIS
|
||||
-.B /usr/etc/imapd
|
||||
+.B imapd
|
||||
.SH DESCRIPTION
|
||||
.I imapd
|
||||
is a server which supports the
|
||||
@@ -22,11 +22,11 @@
|
||||
.PP
|
||||
.I imapd
|
||||
can also be accessed via
|
||||
-.IR rsh (1C)
|
||||
+.IR rsh (1)
|
||||
by many Unix-based clients. To do this, the
|
||||
.I imapd
|
||||
binary must have a link to
|
||||
.I /etc/rimapd
|
||||
since this is where this software expects it to be located.
|
||||
.SH "SEE ALSO"
|
||||
-rsh(1C) ipopd(8C)
|
||||
+rsh(1) ipopd(8)
|
26
mail/imap-uw/patches/patch-ab
Normal file
26
mail/imap-uw/patches/patch-ab
Normal file
@ -0,0 +1,26 @@
|
||||
--- src/ipopd/ipopd.8c.orig Fri Jan 17 02:52:10 1992
|
||||
+++ src/ipopd/ipopd.8c Sat Oct 16 23:59:21 1999
|
||||
@@ -1,11 +1,11 @@
|
||||
-.TH IPOPD 8C "January 16, 1992"
|
||||
+.TH IPOPD 8 "January 16, 1992"
|
||||
.UC 5
|
||||
.SH NAME
|
||||
IPOPd \- Post Office Protocol server
|
||||
.SH SYNOPSIS
|
||||
-.B /usr/etc/ipop2d
|
||||
+.B ipop2d
|
||||
.PP
|
||||
-.B /usr/etc/ipop3d
|
||||
+.B ipop3d
|
||||
.SH DESCRIPTION
|
||||
.I IPOP2d
|
||||
and
|
||||
@@ -38,7 +38,7 @@
|
||||
file (see
|
||||
.IR services (5)).
|
||||
.SH "SEE ALSO"
|
||||
-imapd(8C)
|
||||
+imapd(8)
|
||||
.SH BUGS
|
||||
The
|
||||
.B POP2
|
1
mail/imap-uw/pkg/COMMENT
Normal file
1
mail/imap-uw/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
University of Washington IMAP4rev1/POP2/POP3 mail servers
|
13
mail/imap-uw/pkg/DESCR
Normal file
13
mail/imap-uw/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
This is the IMAP4rev1 server from the University of Washington.
|
||||
Included are backwards-compatbile (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
|
||||
imap stream tcp nowait root /usr/local/libexec/imapd imapd
|
5
mail/imap-uw/pkg/PLIST
Normal file
5
mail/imap-uw/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
libexec/imapd
|
||||
libexec/ipop2d
|
||||
libexec/ipop3d
|
||||
man/man8/imapd.8
|
||||
man/man8/ipopd.8
|
Loading…
Reference in New Issue
Block a user