From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 20:15: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 E870F16A423 for ; Wed, 22 Feb 2006 20:15:01 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12FF143D49 for ; Wed, 22 Feb 2006 20:14:56 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1MKEfuS078458; Wed, 22 Feb 2006 14:14:41 -0600 (CST) Message-Id: <6.0.0.22.2.20060222140452.025ff3b8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 22 Feb 2006 14:14:33 -0600 To: "michaela" , questions@freebsd.org From: Derek Ragona In-Reply-To: <20060222183535.M79239@maa-net.net> References: <20060222183535.M79239@maa-net.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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 20:15:02 -0000 As you said you have just upgraded, did you use the port to upgrade? If you did it will use the configuration setting to build qpopper. Otherwise, if you downloaded qpopper's source and built it yourself, you need to check the configuration settings. You should verify qpopper is built and executable: ls -l /usr/local/libexec/qpopper If you are using tcp wrappers disable them to test qpopper by uncommenting the line: #ALL : ALL : allow in /etc/hosts.allow as a last check, it never hurts to reboot the box, so you are sure there are no issues from old processes or sockets. If you are still having problems connecting check the log add the option: -t [some log file location and file name] such as -t /var/log/qpopper.log Then you can see what the problems are. Hope this helps. -Derek At 12:51 PM 2/22/2006, michaela wrote: >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. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"