ID: 33527
Comment by: freecityhk at hotmail dot com
Reported By: ed2019 at columbia dot edu
Status: Open
Bug Type: Feature/Change Request
Operating System: RHEL4
PHP Version: 4.3.10
New Comment:
still get this problem in PHP under CentOS 5
is it fixed?
Previous Comments:
------------------------------------------------------------------------
[2005-08-12 21:11:06] phantasm at wgresorts dot com
Has this been resolved yet? I have to agree with ed2019 that this is
certainly a PHP bug because the mailutil works fine from the command
line.
------------------------------------------------------------------------
[2005-08-01 15:16:57] ed2019 at columbia dot edu
This is certainly a PHP bug, in the interface between php_imap and
c-client. The displayed error message 'can't do authuser with this
server' is incorrect, we use the mailutil program, which does authuser,
with this server.
------------------------------------------------------------------------
[2005-06-30 18:44:44] ed2019 at columbia dot edu
Description:
------------
The imap_open() function documentation displays using the authuser
swich, to authenticate as the superuser but act as another user. This
option fails against Cyrus IMAP servers, even though the underlying
c-client supports it. For example:
mailutil check
{servername/imap/tls/novalidate-cert/authuser="cyrus"/user="uname"}INBOX
works, but the imap_open() call to do the same thing does not.
Reproduce code:
---------------
$mbox =
imap_open('{servername/imap/tls/novalidate-cert/authuser="cyrus"/user="uname"}INBOX',
"cyrus","cyruspw");
Expected result:
----------------
$mbox will be a valid imap mailbox stream.
Actual result:
--------------
Nothing, then in the error log:
[client ip.ip.ip.ip] PHP Warning: imap_open(): Couldn't open stream
{mailserver/imap/tls/novalidate-cert/authuser="cyrus"/user="uname"}INBOX
in /var/www/html/cyrustt/testimap.php on line 3
[client ip.ip.ip.ip] PHP Notice: (null)(): Can't do /authuser with
this server (errflg=2) in Unknown on line 0
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33527&edit=1