From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 15:04:17 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 3844F16A41A for ; Fri, 31 Aug 2007 15:04:17 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 0638813C45A for ; Fri, 31 Aug 2007 15:04:16 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id CBF04EBC85; Fri, 31 Aug 2007 11:04:03 -0400 (EDT) Date: Fri, 31 Aug 2007 11:04:03 -0400 From: Bill Moran To: L Goodwin Message-Id: <20070831110403.408c3dfe.wmoran@potentialtech.com> In-Reply-To: <433252.63642.qm@web58108.mail.re3.yahoo.com> References: <20070830203250.4734d05c.wmoran@potentialtech.com> <433252.63642.qm@web58108.mail.re3.yahoo.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 15:04:17 -0000 In response to L Goodwin : > > --- Bill Moran wrote: > > > L Goodwin wrote: > > > > > > Chuck, I'd prefer to have the script handle the > > > mailing so I can test the script (with email > > send) > > > manually, independent of cron. > > > > Why? What is your reason for overcomplicating this > > task by refusing > > to use the facilities built into the system? > > > > > Still looking for specifics on setting this up and > > a > > > bourne shell script example that sends an email. > > > Thanks! > > > > Use mail(1). That's what it's there for. > Huh? I want to use cron to run the script, but want > more control over when and where email gets sent. The > business reasons are sound. Anyway, a script that > sends email is not complicated, so how can I be > overcomplicating anything? Two lines of code vs. 1 line is overcomplicated. While your description of the reasons is somewhat vague, I still feel that cron's internal mailer can handle the chore. What control over who gets the mail do you need that can't be accomplished either by setting an env variable in the crontab, or by adding aliases to sendmail's config? > Also, recent posts to freebsd-questions on the subject > of sending email from cron seemed to favor having the > script handle the mailing instead of cron. I haven't seen those mails, and can't comment on them. > Anyway, I > do not want the client to receive an email if the > backup fails. Then don't send the mail to the client, just change who it goes to: MAILTO=someone_not_the_client@somedomain.com > Bill, I'm just trying to figure stuff out here. I'm > sorry if my ignorance offends you. > I don't know how others feel about it, but I'd prefer > not to get negative, condescending replies to my > sincerely aimed questions. After all, this is a forum > for questions, isn't it? Please don't mistake terseness for "condescending". I didn't feel I was being condescending, and did not intend to be. What I did was: a) Comment that I feel you're taking the wrong approach to solving your problem. b) Give you a direct answer. What more could you ask for? I apologize if my language implied a negative tone. It was not intended that way. -- Bill Moran http://www.potentialtech.com