From owner-freebsd-questions Mon Mar 25 10:51:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id C61C537B405 for ; Mon, 25 Mar 2002 10:51:05 -0800 (PST) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id g2PIoXJ03223; Mon, 25 Mar 2002 20:50:33 +0200 Message-Id: <200203251850.g2PIoXJ03223@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 25 Mar 02 20:49:50 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 25 Mar 02 17:24:40 +0200 From: "Toomas Aas" Organization: Tartu City Government To: CorrieS@mktv.co.za, freebsd-questions@freebsd.org Date: Mon, 25 Mar 2002 17:24:31 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: SMTP and POP3 In-reply-to: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi CorrieS@mktv.co.za! On 25 Mar 02 at 14:39 you wrote: > When logged onto the BSD box ,using telnet, I can use sendmail to send a > message to a user that I have created and receive it over the network where > I am working in windows xp. I have already set up POP3 which I have > downloaded from the internet. But I cannot send e-mail from my windows xp > computer to say a different user on the BSD box. It also my be possible > that sendmail is not set up correctly. It is starting up without popping > up some kind of error, like named or dhcpd will do. > > My question to you guru's... I know that I can always use qmail but > if I want to use sendmail, can the pop3 daemon receive e-mail as well > as send? POP3 daemon allows only downloading of mail, it does not receive any mail from your windows box. This is the task for SMTP daemon. In your case, sendmail. > If so and if it is my sendmail that is giving me problems, what is > the key elements to look for when configuring sendmail? Do you have the following line in /etc/rc.conf: sendmail_enable="YES" This should let the system know that sendmail daemon needs to be started at boot. From your Windows box, you could try telnetting to port 25 of the FreeBSD box and see if sendmail accepts the connection. If it doesn't, then sendmail daemon is not running. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Would a fly without wings be called a walk? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message