imap prob
Posted: 2003-12-14 00:15
hab nen V Server bei Greatnet.....dacht imap sei installiert
mit folgendem code :
<?php
$mh = imap_open("{localhost:143}INBOX", $user, $pass);
if (imap_ping($mh)) {
echo "Stream ist aktiv";
} else {
echo "Stream ist inaktiv";
}
?>
krieg ich folgende
Warning: Couldn't open stream {localhost/pop3:110}INBOX in /opt/web1/html/imap.php on line 2
Kann IMAP Stream nicht öffnen
telnet localhost 143
bringt mir connection refused...
hab auch den service in der inetd... dings geändert
weiß einer Rat?
mit folgendem code :
<?php
$mh = imap_open("{localhost:143}INBOX", $user, $pass);
if (imap_ping($mh)) {
echo "Stream ist aktiv";
} else {
echo "Stream ist inaktiv";
}
?>
krieg ich folgende
Warning: Couldn't open stream {localhost/pop3:110}INBOX in /opt/web1/html/imap.php on line 2
Kann IMAP Stream nicht öffnen
telnet localhost 143
bringt mir connection refused...
hab auch den service in der inetd... dings geändert
weiß einer Rat?