News

Mar 14, 2010
Category: General
Posted by: admin

18 May 2010, We just release Postfixrocks V1 for Slackware 12.x
You can download the packages from Download Menu

28 April 2010, We just release Postfixrocks V1 for CentOS/RHEL 5.x x86_64
You can download the packages from Download Menu

15 April 2010, We just release Postfixrocks V2 for OpenSUSE 11.1 X86_64
You can download the packages from Download menu

Postfixrocks V2 Release included :

- All previous postfixrocks packages
- Add Mailscanner
- Add ClamAV
- Add Spamassassin

 

Make a Donation

Does this site make your life easier? Help me keep it online.

 

Install Courier-IMAP

IMPORTANT :
we need to su to normal user without root access in order to install courier imap

Example :
We will using "example" user

Extract Courier-IMAP

#cd /root/postfixrocks
#tar -xjf courier-imap-4.7.0.tar.bz2
#cd courier-imap-4.7.0
#mv courier-imap-4.7.0 /home/example/
#chown -R example:example /home/example

Change to example user

#su example

Configure Courier-IMAP

#cd /home/example/courier-imap-4.7.0
#./configure --prefix=/usr/local/courier
#make
#exit

Now we are using root access again

#cd /home/example/courier-imap-4.7.0
#make install
#make install-configure

Create imapd Certificate

#cd /usr/local/courier/share/
#./mkimapdcert

Previous page: Configure Courier-Authlib  Next page: Map Postfix User