PDA

View Full Version : maillist problem


m3mary
05-06-2003, 12:45 PM
hello
Im using my own Newsletter but after i transferd to you server i couldnt send any messages until now ...!!
this error aprears to me in the php error page

------------------
[06-May-2003 10:02:34] PHP Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /big/dom/xalsfeena/www/Newsletter/admin/class.smtp.php on line 87
--------------

the support said they didnt closed that from there server but there is limit to 500 members and my maillist is new and its only 60 !!

help me and thank you
:\ ~# :\ ~#

Terra
05-06-2003, 01:12 PM
getaddrinfo failed: Name or service not known
That tells me there is a DNS lookup problem...

And sure enough, looking at your script's config, the error is now quite apparent...

$sockethost = 'smtp.alsfeena.com';

Their is no 'smtp.' subdomain setup for your domain hence the failure...

Change this to:
$sockethost = 'mail.alsfeena.com';

--
Terra
--another day in the bush--
FutureQuest

m3mary
05-06-2003, 01:29 PM
hello terra
how are you ??
again you fixed my problem very fast
thank you very much


:clapper: :clapper: :clapper:

Terra
05-06-2003, 01:50 PM
how are you ??
I am doing rather well... :)

--
Terra
sysAdmin
FutureQuest