[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-users] upgrade of php and authentification with imap
From: |
Jean Noel Chardron |
Subject: |
[Phpgroupware-users] upgrade of php and authentification with imap |
Date: |
Tue, 27 Aug 2002 17:23:27 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606 |
hi,
since I upgrade the package of php and php-imap on the server ( a linux redhat
7.2 - the package is php-imap-4.1.2-7.2.4). It is not possible to log on
phpgroupware
the version of phpgroupware was 0.9.14.RC3. I upgrade to 0.9.14.0000 and that
was the same probleme.
so I work around the probleme and I find that :
the message was something similar to "could not open stream on
{localhost:143/imap}INBOX" in the function imap_open(...)
I change a line in the file /phpgroupware/phpgwapi/inc/class.auth_mail.inc.php
in line 40 : $GLOBALS['phpgw_info']['server']['mail_port'] = '143/notls';
and it is magic I can login to phpgroupware
I also change for the email application the file :
/phpgroupware/email/inc/class.mail_msg_base.inc.php
in line 1142 : $extra = '/notls'
regards,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-users] upgrade of php and authentification with imap,
Jean Noel Chardron <=