Cant enable Imap in DA on Custombuild/Debian

igl00

New member
Joined
Apr 12, 2010
Messages
4
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?
 
check out the KB - I would have thought you needed to do this:

Code:
cd /usr/local/directadmin/custombuild
./build clean
./build update

Then edit your options.conf. Set:

Code:
dovecot=yes
save, exit. Type:
Code:
./build dovecot
 
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?

Me too. I'm at wit's end. Grrr.
 
Woop, setting it to --with-imap=/usr/lib64/ did the trick
 
Back
Top