(dovecot must be installed)
1. Install libraries
1 2 |
yum install libc-client yum install libc-client-devel |
2. add the following code in to: configure.php5 (custombuild/configure/ap2/)
1 2 |
--with-imap=/usr/lib/dovecot/imap \ --with-imap-ssl \ |
3. Build
1 |
./build php y |
source: http://www.directadmin.com/forum/showthread.php?t=29156