Installation of local IMAP mail server
From Erlands Wiki
To install a IMAP mail server which can be used to read mail on your server from a remote location, do as follows:
- 1. sudo apt-get install inetutils-inetd uw-imapd
- 2. Answer Yes to skip the Maildir support
- 3. sudo /etc/init.d/inetutils-inetd reload
The IMAP mail server should now be running and is ready to use.
