Webmaster wrote: > There I can receive and send email, but in Egroupware Felemimail I got > Call to undefined function imap_rfc822_write_address as suggested in > one of the answer I found this should mean that I did not compile the > function in PHP. But that is not the case
Create a little test file in your web root folder (something like /var/www/html) named test.php and put these lines in it: <?php phpinfo(); ?> then open http://yourwebsite.com/test.php This will tell you what you have compiled or loaded into php, can you confirm that IMAP is listed? If you're using the standard Ubuntu Fiesty PHP, have you tried installing the php-imap package? Jay ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
