Ive done the following:
apt-get install libc-client-dev
cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5
added those at the bottom:
--with-imap=/usr/lib/dovecot/imap \
--with-imap-ssl
./build php n
/etc/init.d/httpd restart
everythign works fine, but then i still dont have imap working.. i really have no idea what to do?
apt-get install libc-client-dev
cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5
added those at the bottom:
--with-imap=/usr/lib/dovecot/imap \
--with-imap-ssl
./build php n
/etc/init.d/httpd restart
everythign works fine, but then i still dont have imap working.. i really have no idea what to do?