From owner-freebsd-questions Fri Aug 23 15:43:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA21587 for questions-outgoing; Fri, 23 Aug 1996 15:43:28 -0700 (PDT) Received: from xmission.xmission.com (softweyr@xmission.xmission.com [198.60.22.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA21580 for ; Fri, 23 Aug 1996 15:43:25 -0700 (PDT) Received: (from softweyr@localhost) by xmission.xmission.com (8.7.5/8.7.5) id QAA04232; Fri, 23 Aug 1996 16:43:14 -0600 (MDT) From: Softweyr LLC Message-Id: <199608232243.QAA04232@xmission.xmission.com> Subject: Re: Name of Mail Server? To: questions@freefall.freebsd.org Date: Fri, 23 Aug 1996 16:43:13 -0600 (MDT) Cc: andrsn@andrsn.stanford.edu In-Reply-To: <199608221628.JAA25769@freefall.freebsd.org> from "owner-questions-digest@freefall.freebsd.org" at Aug 22, 96 09:28:59 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Annelise Anderson asked: > I'm trying to fix up Win95 on a portable computer to get mail from > FreeBSD (so I installed popserver) and have mail sent from FreeBSD, > so I establish a ppp connection from Win95 to FreeBSD. And the > mail pops up find but mail created on the Win95 computer doesn't > get sent. > > Win95 wants to know the name of the mail server. The host name > is andrsn.stanford.edu but it doesn't seem to be happy with this. > The mail server program is sendmail. So what do I put in the Win95 > dialog box that asks for the mail server? POP mail readers use the POP protocol only to *retrieve* mail from the server. To send mail, they typically open an SMTP session to a fixed mail server somewhere and expect it to be able to forward the message appropriately. For your use, the "mail server" would typically be a UNIX host running sendmail. When you send a mail message from the Win95 machine, it will dump it into the mail queue on the UNIX host, and sendmail will then send it to the proper destination. Wes Peters P.S. I see you're now answering more questions than you're asking. It must be about time to go get "RTFM" tattoed on your palm. ;^)