From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 01:55:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D22F16A468 for ; Fri, 31 Aug 2007 01:55:30 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id F298213C469 for ; Fri, 31 Aug 2007 01:55:29 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [192.168.123.116] (cartman.xxiii.com [208.62.177.45]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l7V1smgR005753; Thu, 30 Aug 2007 21:54:48 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46D774EE.7010102@xxiii.com> Date: Thu, 30 Aug 2007 21:54:54 -0400 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: L Goodwin References: <551986.10942.qm@web58113.mail.re3.yahoo.com> In-Reply-To: <551986.10942.qm@web58113.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Configuring FreeBSD 6.2 to use sendmail for sending only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 01:55:30 -0000 L Goodwin wrote: >>> What specific steps (including network-specific) >> need to be performed to get sendmail working for >> outgoing mail only in a secure manner? I suggest ssmtp in the ports: ports/mail/ssmtp Or it's web site: http://packages.debian.org/testing/mail/ssmtp.html "A secure, effective and simple way of getting mail off a system to your mail hub. It contains no suid-binaries or other dangerous things - no mail spool to poke around in, and no daemons running in the background. Mail is simply forwarded to the configured mailhost. Extremely easy configuration." Only needs 4 or 5 lines in a config file. Read up on the "make replace" process to install it in place of sendmail. -RW