From: Ryo C. <ry...@il...> - 2003-05-13 06:26:45
|
On 5/13/2003, "L Rutker" <lr...@ho...> wrote: >what I get back is the following 2 errors: > >Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: >gethostbyname failed in >C:\IlohaMail-0.8.7-devel\IlohaMail\include\pop3.inc >on line 233 > >Warning: fsockopen() [function.fsockopen]: unable to connect to >mail.somedomain.com:110 in >C:\IlohaMail-0.8.7-devel\IlohaMail\include\pop3.inc on line 233 The error messages basically indicate that it couldn't connect to the pop server mail.somdomain.com because a DNS lookup failed. You might want to check your networking setup (make sure you can access the net from that machine) and if that's working, it might be something with PHP... At this point, it looks more like a PHP or system level problem, so I'm not sure how much help we can be on this mailing list. Ryo |