On 6/13/06 12:24 AM, "jon lanclos" <[EMAIL PROTECTED]> wrote:

> When I click on the link to go to the web interface - I get the following
> message ...
> 
> Safari can¹t open the page
> ³http://mail.corporates.com/mailman/admindb/everyone² because it could not
> connect to the server ³mail.corporates.com².

In Terminal, type the command
host mail.corporates.com

Do you get back a sensible address?  From here, I get
# host mail.corporates.com
mail.corporates.com has address 216.61.158.217

but things might be set up so that you get a different, LAN-based address.

>From here, port 80 connections to 216.61.158.217 are immediately refused,
but that might very well make sense if use of that server is restricted.

# telnet 216.61.158.217 80
Trying 216.61.158.217...
telnet: connect to address 216.61.158.217: Connection refused
telnet: Unable to connect to remote host: Connection refused

If Safari gets the same sort of response from its connection attempt (also a
telnet, although that's hidden from you), you are seeing the proper display
of the error by Safari.

  --John


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to