You are not logged in.
Good.
I do not speak very good English but I try.
Eh installed the latest version of GLPI, and mail gateway configuration, I get this:
The IMAP extension of your PHP interpreter is not installed
Thanks
Offline
You need to install php imap extension (http://pl2.php.net/manual/en/imap.setup.php)
this can be done by installing php5-imap (or php-imap) package
to check if imap extension is working, create file with content:
<?php
phpinfo();
?>
open this file and try to find sections:
imap
IMAP c-Client Version 2004
SSL Support enabled
Kerberos Support enabled
- this info will be displayed if imap is working
Offline