From owner-freebsd-stable@FreeBSD.ORG Wed Oct 5 05:19:48 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ED3E16A41F for ; Wed, 5 Oct 2005 05:19:48 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC0E43D46 for ; Wed, 5 Oct 2005 05:19:47 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j955Jbw9069862; Wed, 5 Oct 2005 00:19:40 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <43436264.8040806@daleco.biz> Date: Wed, 05 Oct 2005 00:19:32 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050923 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erald Troja References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: cron notifications X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 05:19:48 -0000 Erald Troja wrote: >Hello! > >hello! > >I'm having issues getting cronjob notifications. > >probably a misconfig. i'm fairly new to freebsd, comming from a linux >platform. > > > cron Just Works. `crontab -l` lists your crontab file (basically just like you're running `cat` on the file. `crontab -e` opens $EDITOR on the file. Nothing new there, I'd think, from Linux. You mention a web form ... are we sure it's implemented correctly? I guess the question I'd ask in return, (assuming I even found what yours was), is "do you get any mail from the system, ever?" For me, every cronjob that's not redirected to /dev/null sends a Real Nice email to root@hostname.domain.tld.... Maybe you should check your email config. See especially /etc/mail/aliases . . . HTH, Kevin Kinsey