From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 20:59:45 2004 Return-Path: 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 9373516A4CE for ; Wed, 21 Apr 2004 20:59:45 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C70043D49 for ; Wed, 21 Apr 2004 20:59:45 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 21 Apr 2004 23:00:34 -0500 Message-ID: <4087432E.2020908@daleco.biz> Date: Wed, 21 Apr 2004 22:59:42 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Tokanel References: <408704DF.5070907@samsys.com> In-Reply-To: <408704DF.5070907@samsys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Apr 2004 04:00:34.0796 (UTC) FILETIME=[5D0512C0:01C4281E] cc: freebsd-questions@freebsd.org Subject: Re: Newbie:Home network mail forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 03:59:45 -0000 Peter Tokanel wrote: > Hi, > > I am new to unix but I have managed to setup a home network using > Free BSD. The > FreeBSD box is a gateway/firewall/router for my Windows XP box and a > wireless access > point. The XP box can access the web just great using the shared > connection. > My problem is when email is used on the WindowsXP box , no messages > can be > sent out. I can receive email from my ISP's pop-server just fine. I am > not sure if I need > to start some kind of mail daemon or what???? Is it my firewall > configuration???? > I have included some of my setup files, hopefully someone can tell me > what I am doing > wrong. Thanks in advance...... "I'm not a Unix developer, and" *don't* "play one on TV". I do run a firewall, though. My $0.02 : If you're using the default /etc/rc.firewall in "simple" configuration, you don't have a firewall rule to allow outbound connections to an SMTP server (Tcp port 25). Try issuing the following as the superuser on your FBSD box: $ipfw add 00023 allow tcp from me to any 25 setup and then see what happens from the Windows machine. Please note that "00023" is an arbitrary choice of rule numbers; you will want this rule fairly close to the top. You might do "ipfw show" and decide where the rule should fit before deciding what number to assign... HTH, Kevin Kinsey DaleCo, S.P.