pkg-descr

dkimap4 is a free (see GPL) IMAP4rev1 (RFC 2060) server package. It provides:

* easy installation
* it is fast
* ACL (RFC 2086)
* Quotas (RFC 2087)
* Literal+ (RFC 2088)
* Uidplus (RFC 2359)
* includes a compatible POP3 server

Not implemented yet:
* some search commands
* set acl
* WWW interface (read mail using your HTML-browser)

dkimap4 is tested with the following clients:
* Netscape 4.x
* Outlook Express 5.x
* Eudora 5.0 (not fully functional yet)

WWW: http://www.dbox.handshake.de/

- Anders Nordby

pkg-message

The dkimap4 and dkpop3 daemons should be invoked by your /etc/inetd.conf file
with lines such as:

pop3 stream tcp nowait root %%PREFIX%%/libexec/dkpop3 dkpop3
imap4 stream tcp nowait root %%PREFIX%%/libexec/dkimap4 dkimap4

You also need to set up PAM properly, as PAM is enabled by default. Use
something like this in /etc/pam.conf:

pop3 auth required pam_unix.so
pop3 account required pam_unix.so try_first_pass
imap auth required pam_unix.so
imap account required pam_unix.so try_first_pass