From owner-freebsd-questions@FreeBSD.ORG Thu Jul 26 12:07: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 1724016A418 for ; Thu, 26 Jul 2007 12:07:30 +0000 (UTC) (envelope-from SRS0+NjRU+40+lightray.org=dylan@internode.on.net) Received: from mail.internode.on.net (bld-mail02.adl2.internode.on.net [203.16.214.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4C18213C45A for ; Thu, 26 Jul 2007 12:07:29 +0000 (UTC) (envelope-from SRS0+NjRU+40+lightray.org=dylan@internode.on.net) Received: from [192.168.2.50] (unverified [59.167.136.167]) by mail.internode.on.net (SurgeMail 3.8f2) with ESMTP id 296583794-1927428 for multiple; Thu, 26 Jul 2007 21:37:27 +0930 (CST) Message-ID: <46A88E7F.80907@lightray.org> Date: Thu, 26 Jul 2007 22:07:27 +1000 From: Dylan Smith User-Agent: Thunderbird 2.0.0.4 (X11/20070616) MIME-Version: 1.0 To: Eric Crist References: <46A86F40.1040208@lightray.org> <3342A9B9-056E-4C5A-852F-BAC2039E27CC@gmail.com> In-Reply-To: <3342A9B9-056E-4C5A-852F-BAC2039E27CC@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail question 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: Thu, 26 Jul 2007 12:07:30 -0000 Eric Crist wrote: > On Jul 26, 2007, at 4:54 AMJul 26, 2007, Dylan Smith wrote: > >> I am currently on the last stages of setting up a FreeBSD 6.2-STABLE >> File and Network Application Server. One of my last tasks is to >> simple forward all mail from root out through my isp's SMTP(requires >> authentication) server and to an email account i have elsewhere. That >> is to say i have no purpose for a mail server other than to handle >> mail from things like periodic and to move that mail elsewhere. >> >> Can this be easily accomplished? If so are there any guides/how-to's? >> I have done a search around my usual BSD sites and books and found >> nothing that is easily modified to my circumstances. >> >> Thanks, Dylan. >> > > It can be done, but it's a PITA with Sendmail. Look into > /usr/ports/mail/ssmtp. We use it on our systems here where we need to > simply get root's email off the box. Simple configuration file, works > well. > > Eric Crist > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > Thanks for that little suggestion. Would this mean that i could just disable sendmail totally(sendmail_enable="none")? Dylan.