You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2010-03-15 23:19:28

Tusix
Member
Registered: 2010-03-15
Posts: 1

Problem with PHP and IMAP in GLPI

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

#2 2010-03-16 01:21:15

smugas
Member
Registered: 2010-03-15
Posts: 2

Re: Problem with PHP and IMAP in GLPI

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

Board footer

Powered by FluxBB