From owner-freebsd-questions@FreeBSD.ORG Mon Nov 6 06:59:39 2006 Return-Path: X-Original-To: freebsd-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 8844916A412 for ; Mon, 6 Nov 2006 06:59:39 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE34E43D5E for ; Mon, 6 Nov 2006 06:59:36 +0000 (GMT) (envelope-from jonathan@hst.org.za) Received: from localhost (localhost.hst.org.za [127.0.0.1]) by sirian.hst.org.za (Postfix) with ESMTP id B369131D27C for ; Mon, 6 Nov 2006 09:03:36 +0200 (SAST) Received: from sirian.hst.org.za ([127.0.0.1]) by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89708-10 for ; Mon, 6 Nov 2006 09:03:36 +0200 (SAST) Received: by sirian.hst.org.za (Postfix, from userid 1004) id 81F6131D285; Mon, 6 Nov 2006 09:03:36 +0200 (SAST) Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id C760A31D152 for ; Mon, 6 Nov 2006 09:03:35 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Mon, 6 Nov 2006 09:01:55 +0200 User-Agent: KMail/1.7.2 References: <200611041308.10820.gerard@seibercom.net> In-Reply-To: <200611041308.10820.gerard@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611060901.55816.jonathan@hst.org.za> X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on sirian.hst.org.za X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by amavisd-new at hst.org.za Subject: Re: Fetchmail: Error message in maillog 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: Mon, 06 Nov 2006 06:59:39 -0000 On Saturday 04 November 2006 20:08, Gerard Seibert wrote: > FreeBSD 6.1 > Fetchmail release 6.3.5+RPA+SDPS+SSL+OPIE+NLS. > > I had been running fetchmail without incident for over a year. I then did > something stupid; I updated it. Now, it produces this error message in > the /var/maillog file: > > > Nov 4 12:57:52 scorpio fetchmail[734]: connection to localhost:smtp > [::1/25] failed: Connection refused. Possibly silly question: it's failing to connect to the IPv6 loopback. Is it possible that something changed as regards IPv6/IPv4 as part of the update? Jonathan