[PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read just one raw-mail. On my test env i can't get this to work. I get the error message: Can't open mailbox. While on the

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Thijs Lensselink
Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read just one raw-mail. On my test env i can't get this to work. I get the

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read just one raw-mail. On my test env i can't get

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Thijs Lensselink
Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Michael Kubler
File Permissions? PHP safe mode? Mail server locking the file? Can you /tail /path/to/file-with-contents-at-bottom / ?? Michael Kubler *G*rey *P*hoenix *P*roductions http://www.greyphoenix.biz Mathijs van Veluw wrote: I get the error message: Can't open mailbox. While on the live server

RE: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Edward Kay
-Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: 09 June 2008 13:43 To: php-general@lists.php.net Subject: Re: [PHP] imap_open() error. (Can't open mailbox) Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting Mathijs van

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Edward Kay wrote: -Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: 09 June 2008 13:43 To: php-general@lists.php.net Subject: Re: [PHP] imap_open() error. (Can't open mailbox) Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting