I'm attempting to connect to Cyrus IMAP server using imap_open()
function. The connection is sucessfull, however there is a delay and
warning message about "rsh failure". I added /norsh flag to connection
string, but it seems to be ignored. The call to imap_open() currently
looks something like this:
imap_open("{cyr us.google.com}/tls/novalidate-cert/norsh/service=imap/user=cadm",
"cadm", "secret", OP_HALFOPEN);
As I said, it works. However there is annoying delay of aprox. 10-15
seconds, and this warnning message generated by PHP interpreter:
PHP Notice: (null)(): rsh to IMAP server timed out (errflg=1) in
Unknown on line 0
Shouldn't "/norsh" take care of that?
I'm using RPM packages as distributed with RHEL4:
php-4.3.9-3.6
php-imap-4.3.9-3.6
libc-client-2002e-8
function. The connection is sucessfull, however there is a delay and
warning message about "rsh failure". I added /norsh flag to connection
string, but it seems to be ignored. The call to imap_open() currently
looks something like this:
imap_open("{cyr us.google.com}/tls/novalidate-cert/norsh/service=imap/user=cadm",
"cadm", "secret", OP_HALFOPEN);
As I said, it works. However there is annoying delay of aprox. 10-15
seconds, and this warnning message generated by PHP interpreter:
PHP Notice: (null)(): rsh to IMAP server timed out (errflg=1) in
Unknown on line 0
Shouldn't "/norsh" take care of that?
I'm using RPM packages as distributed with RHEL4:
php-4.3.9-3.6
php-imap-4.3.9-3.6
libc-client-2002e-8
Comment