Mail - University of Washington IMAP Server on FreeBSD


2004-08-20

I. Install Server

# cd /usr/ports/mail/imap-uw
# make install && make clean

II. Make the SSL Certificate.

# make cert

III. Add these lines to /etc/inetd.conf

imaps   stream  tcp     nowait  root    /usr/local/libexec/imapd        imapd
imap    stream  tcp     nowait  root    /usr/local/libexec/imapd        imapd

IV. Restart inetd

# killall -HUP inetd