From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 09:57:44 2003 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 B896437B401 for ; Wed, 13 Aug 2003 09:57:44 -0700 (PDT) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DEE43F85 for ; Wed, 13 Aug 2003 09:57:44 -0700 (PDT) (envelope-from brently@bjwcs.com) Received: from samba ([68.98.26.35]) by fed1mtao03.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030813165739.DGXK23233.fed1mtao03.cox.net@samba>; Wed, 13 Aug 2003 12:57:39 -0400 From: "Brent Wiese" To: "'Richard Shea'" , "'FreeBSD Questions'" Date: Wed, 13 Aug 2003 09:57:43 -0700 Message-ID: <00fa01c361bc$0394dfa0$0a0114ac@home.bjwcs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <20030811072553.41BD076193@smtp.us2.messagingengine.com> Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Subject: RE: sendmail_enable="NO" /"YES"/"MAYBE" ? 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: Wed, 13 Aug 2003 16:57:45 -0000 > Hi - I currently have sendmail_enable=3D"NO" in my rc.conf=20 > file. This allows emails to be sent from the FBSD machine=20 > however I would like one other machine on the LAN to use the=20 > FBSD machine as a SMTP machine.=20 >=20 > I think sendmail_enable=3D"YES" would do this but would then=20 > allow every other machine on the LAN to use sendmail ? Is=20 > there some way I could limit sendmail users by IP address ? For such a "simple" config, you should really consider using Postfix. = Its in the ports. Its very easy to set up and do exactly what you want.=20 Sendmail can be great for complicated installations, but I personally = have never run into a situation where it was more advantageous than Postfix. Cheers, Brent