From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 16:06:54 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB75D16A420 for ; Fri, 17 Feb 2006 16:06:54 +0000 (GMT) (envelope-from david+dated+1140624411.1fb9f0@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C9BE43D46 for ; Fri, 17 Feb 2006 16:06:53 +0000 (GMT) (envelope-from david+dated+1140624411.1fb9f0@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.12.8) with ESMTP id k1HG6qV0025909 for ; Fri, 17 Feb 2006 11:06:52 -0500 (EST) (envelope-from david+dated+1140624411.1fb9f0@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id k1HG6qPW025908 for questions@freebsd.org; Fri, 17 Feb 2006 11:06:52 -0500 (EST) (envelope-from david+dated+1140624411.1fb9f0@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1140624411.1fb9f0@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Fri, 17 Feb 2006 11:06:51 -0500 (EST) Date: Fri, 17 Feb 2006 11:06:51 -0500 To: questions@freebsd.org Message-ID: <20060217160651.GA22179@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: David Banning X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on 3s1.com Cc: Subject: mail port 8025 conundrum X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 16:06:54 -0000 I have a strange problem where port 8025 is blocked on my server. Trying to connect with telnet, here is the response; david$ telnet banning.ca 8025 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host Yet I host 6 other domains on the same server, and all the others seems to be fine; david$ telnet optexstaging.com 8025 Trying 209.161.205.12... Connected to optexstaging.com. Escape character is '^]'. 220 3s1.com ESMTP tmda-ofmipd quit It makes no difference whether I enable the firewall or not. Strangely I -can- connect to banning.ca via port 25 or 110; david$ telnet banning.ca 25 Trying 127.0.0.1... Connected to banning.ca. Escape character is '^]'. 220 3s1.com ESMTP Sendmail 8.12.8p1/8.12.8; Fri, 17 Feb 2006 11:06:04 -0500 (EST) To my knowledge, there is nothing that stops a connection to a specific The only change to my system is that I registered -all- 7 of the domain names with a new outside DNS server. It could be that there is some stale DNS going on, but DNS would be the same for all ports, would it not? Looking at the erroneous message, I see that banning.ca is being directed to 127.0.0.1 - why would that happen? Any direction would be helpful.