From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 15:37:31 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 DC48516A4BF for ; Tue, 2 Sep 2003 15:37:31 -0700 (PDT) Received: from mailhost.ssr.com (ns.ssr.com [199.4.235.2]) by mx1.FreeBSD.org (Postfix) with SMTP id F3B1843FDD for ; Tue, 2 Sep 2003 15:37:30 -0700 (PDT) (envelope-from sdb@ssr.com) Received: (qmail 42152 invoked by uid 103); 2 Sep 2003 22:37:24 -0000 Date: 2 Sep 2003 22:37:24 -0000 Message-ID: <20030902223724.42151.qmail@ssr.com> From: Scott Ballantyne To: freebsd-questions@freebsd.org In-reply-to: <20030902195153.GA13300@kongemord.krig.net> (rjhjr@cox.net) References: <6.0.0.14.1.20030829170215.024d6d20@192.168.1.43> <17623134171.20030829170103@mygirlfriday.info> <20030902195153.GA13300@kongemord.krig.net> Subject: Re: Cron on qmail not sending me logs 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: Tue, 02 Sep 2003 22:37:32 -0000 On Tue, Sep 02, 2003 at 02:27:16PM -0400, Ralph Dratman wrote: > Gary, > > Thank you for your reply. Your comments are informative but I still > don't know what to do! > > For some reason, I am not receiving mail sent from cron to root. > Therefore, I cannot see any of my (rather important) daily cron logs. > > I can send mail to root from anyplace else, either inside or outside > the box, and it arrives at the forwarded location (ralph@maxsoft.com, > an external domain). > > Can you think what might be going wrong? There could be many things, Ralph, but why guess when the answer is probably sitting right on your machine in qmail's log file? Another useful diagnostic would be to run /var/log/qmail-qread (you have to be root). Something like /var/log/qmail-qread | egrep -v done | less would take out the successful deliveries and just show you the problems. If you don't see mail from cron to root in the qread output, then that could suggest that the mail is being successfully sent, but is perhaps being filtered out by your remote site. If you're not sure how to interpret the log files, then post the relevant bits. Good luck, sdb -- sdb@ssr.com