From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:52:01 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 2153B16A420 for ; Wed, 22 Feb 2006 18:52:01 +0000 (GMT) (envelope-from michaela@maa-net.net) Received: from webmail.maa-net.net (c-24-131-131-217.hsd1.ma.comcast.net [24.131.131.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA50043D48 for ; Wed, 22 Feb 2006 18:52:00 +0000 (GMT) (envelope-from michaela@maa-net.net) Received: from maa-net.net (webmail.maa-net.net [192.168.0.5]) by webmail.maa-net.net (8.12.11/8.12.11) with ESMTP id k1MIpwnY032789 for ; Wed, 22 Feb 2006 13:51:58 -0500 (EST) (envelope-from michaela@maa-net.net) From: "michaela" To: questions@freebsd.org Date: Wed, 22 Feb 2006 13:51:58 -0500 Message-Id: <20060222183535.M79239@maa-net.net> Priority: urgent X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 64.69.112.122 (michaela) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: Subject: Qpopper v4.0.8 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: Wed, 22 Feb 2006 18:52:01 -0000 I was running an older version of Qpopper on my mailserver and had NO problems whatsoever. Everything was going great. However, I just recently upgraded to Qpopper v4.0.8 and now all of a sudden I can't access my mail via POP3. I'm running Qpopper via INETd and my /etc/inetd.conf file looks like this.... pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper - s -T 600 However, when I try telnetting to localhost 110, I get the dreaded, "CONNECTION CLOSED BY FOREIGN HOST" message. NETSTAT shows that Qpopper is listening on Port 110/TCP so I don't know what's wrong. My /etc/hosts.allow file is set to allow ALL so that shouldn't be an issue. I even executed KILLALL -HUP inetd numerous times and still no go. I've poured through the Qpopper FAQs and documentation to see if I'm doing anything wrong, or missing something, but I just can't seem to pinpoint it. Any suggestions or details as to what I might be missing??? Any help is much appreciated.