Install bincIMAP (Source) (SRPM)
BincIMAP is a well designed, modular IMAP server for Maildir. Its goals are to be secure, stable, and fast, yet flexible and easy to maintain.
- RPM Install
The only RPM's on the bincIMAP site are for Redhat 7.3. As such, I assume here that you have either found an RPM for your version of Linux, or you have rebuilt the RPM using the SRPM I've linked above.
rootshell> rpm -ivh bincimap-1.2.11final-1.i386.rpm
- Source Install - Detailed instructions can be found in the README found when uncompressing the tarball
shell> tar jxvf bincimap-1.2.11final.tar.bz2
shell> cd bincimap-1.2.11final
shell> ./configure
shell> make
rootshell> make install
bincIMAP installation is now complete. There is still a bit of configuration to be done. See the below configuration section for more information.