i'm trying to install a webmail service on a server.
i've tried a couple of good looking ones, basilix and jawmail but both have similar problems which i'm putting down to the imap support.
i think my problem lies in that i'm using a packaged version of php4. i would normally build php myself but i can't for this machine.
anyway, even though the --with-imap option was given during the build, the imap functions don't seem to be doing anything. when the package was built it says it was given the option --with-imap=shared - i don't really understand this, i assume it just works.
is there anything i need to do in the php.ini to switch it on, since with these packaged things many things seem to be disabled as default.
i have tested my imapd and it works fine.
thanks.