From: [EMAIL PROTECTED] Operating system: BSDI 4.1 PHP version: 4.0.3pl1 PHP Bug Type: IMAP related Bug description: can not use imap_open to authenticate with a pop3 server Below is how I call the imap_open function. It works in linux but not BSDI 4.1. Please help. $this->mbox = imap_open("{" . $this->hostname . "/" . $this->protocol . "} ", $this->username, $this->password); list of module: './configure' '--with-apache=../apache_1.3.12' '--with-mysql' '--with-imap' '--enable-track-vars' -- Edit Bug report at: http://bugs.php.net/?id=8625&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]