imap.so

OPTIONAL MODULE

The installed module when compiling PHP work, but it will have an important deficiency, the function getacl that gives control on the folders, so we will need a patch and steps to compile the module for its use in GOsa.

We download the patch from php4-imap-getacl.patch and we put it in/usr/src, as we have the sources of PHP in /usr/src, we executed the following command:

#>cd /usr/src/php4.3-XXX/extensions/imap
#>make clear
#>patch -p1 </usr/src/patch/php4-imap-getacl.patch
#>phpize
#>./configure
#>make
#>make install

This make and install the module correctly.



aescanero AT gmail.com