472,093 Members | 2,507 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,093 software developers and data experts.

function imap_open access cyrus-imapd 2.2.3 error--------user notfound!

hi,all

I have written a php scripts to test my mail server which built with
Cyrus-imapd 2.2.3 OpenLDAP Postfix.

<?php
if(!imap_open("{MailServerDomain:143/imap/notls}INBOX","username","password"))
echo "error is ".imap_last_error()."\n";
else
echo "successful";
?>
But the browser told me that:
Warning: imap_open(): Couldn't open stream {localhost:143/notls}INBOX in
/var/www/hartt.realss/egroupware/dawnlinux.php on line 2
error is Can not authenticate to IMAP server: user not found

But i test this script with another Mailserver which built with the some
version softwares but the cyrus-imapd 2.1.15.

And it could response that "successful".

And all the two server could access by Mozilla-Thunderbird and could
send and receive messages correctly.

what wrong with it?

Thank you in advance!
Jul 17 '05 #1
0 1678

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Dave | last post: by
4 posts views Thread by tdick | last post: by
7 posts views Thread by =?UTF-8?B?QW50w7NuaW8gTWFycXVlcw==?= | last post: by
1 post views Thread by seanmatthewwalsh | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.