Wednesday, March 2, 2011

Imap Install in Ubuntu

Commands to install imap in Ubuntu

sudo apt-get install libc-client2007b libc-client2007b-dev


While installing i got an error in crossplatformui. So i removed this package using

sudo apt-get remove crossplatformui

Then give the following commands to continue the installation

sudo apt-get install php5-imap
sudo /etc/init.d/apache2 start


When I run phpinfo(), I get the following imap values:

IMAP c-Client Version: 2004
SSL Support: enabled
Kerberos Support: enabled

No comments:

Post a Comment