From owner-freebsd-questions Sat Oct 28 13:36:47 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21572 for questions-outgoing; Sat, 28 Oct 1995 13:36:47 -0700 Received: from madonna.ic.net (root@[152.160.131.1]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA21547 ; Sat, 28 Oct 1995 13:36:39 -0700 Received: (from rob@localhost) by madonna.ic.net (8.6.12/8.6.9) id QAA00672; Sat, 28 Oct 1995 16:23:28 -0400 Posted-Date: Sat, 28 Oct 1995 16:23:28 -0400 Message-Id: <199510282023.QAA00672@madonna.ic.net> Subject: Re: Sendmail problems To: gcrutcher@datatrek.com (Gary Crutcher) Date: Sat, 28 Oct 1995 16:23:27 -0400 (EDT) Cc: hackers@freebsd.org, questions@freebsd.org In-Reply-To: <28101995131320680.II26500@datatrek.com> from "Gary Crutcher" at Oct 28, 95 01:08:31 pm From: "Rob Misiak" Reply-To: rdm@ic.net X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 735 Sender: owner-questions@freebsd.org Precedence: bulk Gary Crutcher ("Sendmail problems") wrote: > > I have just connected a laptop via ethernet to my freebsd machine. I am > trying to use Eudora to get mail. I keep getting a connection refused=20 > error message. I have also tried other mail programs with no luck. Is= > =20 > there something that needs to be set on ther server side or in my mail=20 > program that would let me get mail from the server via my laptop mail=20 > program. Do you think the problem might be that you don't have a POP server set up on the FreeBSD box? You should have a line which is something like: pop3 stream tcp nowait root /usr/local/libexec/popper -s in /etc/inetd.conf, and (obviously) a POP daemon installed on your machine. Rob