Re: WOMailDelivery UnknownHostException: mailhost
Re: WOMailDelivery UnknownHostException: mailhost
- Subject: Re: WOMailDelivery UnknownHostException: mailhost
- From: Denis Stanton <email@hidden>
- Date: Fri, 3 Oct 2003 10:00:14 +1200
On Friday, October 3, 2003, at 08:49 AM, Albert Jagnow wrote:
In your development mode it appears that WO is sending mail using the
default smtp host name. If you open terminal on the system where it is
working and type "nslookup smtp" or "nslookup mailhost" does it return
the ip address of a real machine. My bet is it will, and that machine
is an smtp host that will allow relaying of mail from your test
machines. If you do a "nslookup smtp" on you ISP deployment machine my
guess is you will get nothing. That would explain why it works on one
network and not another.
Brilliant! Thank you
on my home machine I get (with some names and IP numbers changed to
protect the innocent)
[iMac:~] denis% nslookup smtp
Server: rachel.myisp.net.nz
Address: 123.96.152.4
Name: smtp.myisp.net.nz
Address: 123.96.152.32
[iMac:~] denis% nslookup mailhost
Server: rachel.myisp.net.nz
Address: 123.96.152.4
*** rachel.myisp.net.nz can't find mailhost: Non-existent host/domain
On the other server I get:
[server4:~] fred% nslookup smtp
*** Can't find server name for address 122.89.39.192: No response from
server
*** Can't find server name for address 122.89.39.28: Non-existent
host/domain
*** Default servers are not available
[server4:~] fred% nslookup mailhost
*** Can't find server name for address 122.89.39.192: No response from
server
*** Can't find server name for address 122.89.39.28: Non-existent
host/domain
*** Default servers are not available
So I now need to get onto the ISP where the server is hosted and ask
for an SMTP name that allows open relay, and ask them why they didn't
give is a simple name that beginners could find without even knowing
they were asking.
Thank you all for your time.
Denis Stanton
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.