Help by php imap

dreamfox

Verified User
Joined
Mar 13, 2006
Messages
50
Hello,

I followed this guide:
http://www.directadmin.com/imap.txt

But it is not working
In the manual there talking about:
--with-imap=/usr/lib/dovecot/imap \

But if i look in the directory /usr/lib/dovecot
i see no map imap.
Could that be the problem?
 
Hello,

try to add this instead:

Code:
--with-imap=/usr/lib64 \
--with-imap-ssl \

for 64 bit, and

Code:
--with-imap=/usr/lib \
--with-imap-ssl \

for 32 bit.
 
Back
Top