Hi
I am having problems with a script after upgrading form FC2 to FC4.
The script runs fine from shell (tried running the script as user apache and everything worked fine), but when I run it from my webrowser I get this error message:
Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:143}INBOX in /var/www/developer/parsemail/masketest.php on line 34
can't connect: Can't connect to localhost,143: Permission denied
Line 34 goes
$mbox = imap_open("{{$host}:143}{$mailboxToRead}", $userName, $password) or die("can't connect: ".imap_last_error());
I've got Apache version 2.0.54 and PHP 5.0.4
My imapserver is dovecot.
Need some help to understand this behaviour. i have reinstalled apache and php but it still does not work.
Regards
Leif