The following commands will tar and gunzip cyrus IMAP under /temp.
cd /temptar -zxvf tar/cyrus-imapd-1.6.24.tar.gzcd cyrus-imapd-1.6.24When I tried to install cyrus IMAP, I got errors regarding the file com_err.h. My com_err.h was located in /usr/include/et. It needs to reside in /usr/include. Run the following command to make sure it is in the correct location: [MDN Docs: Keras]
locate com_err.h
This will show you where the file is. If it is under .:: truebriton.co.uk ::. /usr/include, you can skip to the next section. If it is in another directory, just copy it to .:: writeablog.net ::. /usr/include. If it doesn't exist, download it here: http://www.ludd.luth.se/~jnilsson/cvsweb/cvsweb.cgi/src/contrib/com_err .:: zb3.org ::. .
./configure --with-auth=unix
Cyrus requires a user to own its files. The default user is cyrus. The following command adds a user cyrus with the group of "mail" .:: 166bet.website3.me ::.
useradd -g mail cyrus
You'll want to set the password for user cyrus.
passwd cyrus
Type in the password you desire cyrus to have each time you are prompted .:: chromewebstore.google.com ::. .:: blogfreely.net ::. [What people say about Lua] .:: cm88group.blog5.net ::.
make depend make all CFLAGS=-O make installThat's it! You're ready to configure Cyrus IMAP.