mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4045bded69
PR: 8760 Submitted by: maintainer
21 lines
823 B
Plaintext
21 lines
823 B
Plaintext
This is the IMAP4rev1 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
|
|
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
|
|
imap4 143/tcp [imap2 and imap4 share the same port again]
|