1998-11-21 20:01:56 +00:00
|
|
|
This is the IMAP4rev1 server from the University of Washington.
|
1999-12-25 02:29:04 +00:00
|
|
|
Included are (almost) backwards-compatible POP2 and POP3 servers.
|
1997-01-10 02:38:36 +00:00
|
|
|
|
|
|
|
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
|
1998-11-21 20:01:56 +00:00
|
|
|
imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
|
1997-01-10 02:38:36 +00:00
|
|
|
|
2000-02-14 23:45:56 +00:00
|
|
|
If PAM authentication support has been compiled in you may need to add the
|
|
|
|
following lines to /etc/pam.conf:
|
1997-01-10 02:38:36 +00:00
|
|
|
|
1999-12-25 02:29:04 +00:00
|
|
|
imap auth required pam_unix.so try_first_pass
|
|
|
|
imap account required pam_unix.so try_first_pass
|
|
|
|
pop auth required pam_unix.so try_first_pass
|
|
|
|
pop account required pam_unix.so try_first_pass
|