From: Darwings <dar...@al...> - 2003-05-13 06:16:28
|
Em 5/13/2003, "L Rutker" <lr...@ho...> escreveu: >Hi, >I am basically clueless about php so the error messages I get are not >able >to tell me much. >I am running apache 2.0.45 on win XP. I installed php 4.3.1 manually >unzipping to C:\php-4.3.1 >I copied the php4ts.dll to C:\WINDOWS\system32 >I added the following 3 lines to my conf/httpd.conf > >LoadModule php4_module "c:/php-4.3.1/sapi/php4apache2.dll" >AddType application/x-httpd-php .php >Alias /webmail "C:/IlohaMail-0.8.7-devel/IlohaMail/source" > >since I have no domain name I set the following in conf/httpd.conf >ServerName 12.24.XXX.XXX (my ip address) >set the port: >Listen 5400 > > >I unzipped IlohaMail to: C:\IlohaMail-0.8.7-devel\IlohaMail > >apache starts up. I access >http://127.0.0.1:5200/webmail/index.php and get the login page > >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 > This does just mean that IlohaMail can't connect to the popserver and you didn't even take a look to the config files! >Can anyone be of help? > >Thanks >Lou > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=3Dfeatures/virus > > > >------------------------------------------------------- >Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara >The only event dedicated to issues related to Linux enterprise solutions >www.enterpriselinuxforum.com > >_______________________________________________ >Ilohamail-devel mailing list >Ilo...@li... >https://lists.sourceforge.net/lists/listinfo/ilohamail-devel Darwings |