From owner-freebsd-questions@FreeBSD.ORG Fri Sep 29 15:29:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3C83816A415 for ; Fri, 29 Sep 2006 15:29:53 +0000 (UTC) (envelope-from veldy@veldy.net) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [204.127.200.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B944743D8C for ; Fri, 29 Sep 2006 15:29:52 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from fuggle.veldy.net (c-69-180-171-46.hsd1.mn.comcast.net[69.180.171.46]) by comcast.net (sccrmhc15) with ESMTP id <2006092915295101500ipig5e>; Fri, 29 Sep 2006 15:29:52 +0000 Received: from [127.0.0.1] (gw.veldy.net [192.168.1.3]) by fuggle.veldy.net (Postfix) with ESMTP id 3E2CF17043; Fri, 29 Sep 2006 10:29:51 -0500 (CDT) Message-ID: <451D3BEE.1050705@veldy.net> Date: Fri, 29 Sep 2006 10:29:50 -0500 From: "Thomas T. Veldhouse" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Abid Saigol References: <451D3AC5.8000703@saigol.biz> In-Reply-To: <451D3AC5.8000703@saigol.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Periodic Emails are not coming 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, 29 Sep 2006 15:29:53 -0000 Abid Saigol wrote: > Hello, > > Recently, the daily/weekly/monthly periodic emails have stopped coming > from one of my servers. There were no changes made of the system, > except that part of the filesystem was exported as an NFS share. > These shares are setup on another FreeBSD machine for automount. I > have checked my /etc and /var/logs and cannot find any reason for the > mails to have stopped. Any help and guidance will be greatly > appreciated. Here are some of the relevant files: Have you inadvertently aliased the root user to another user? Or perhaps you deleted an alias and should be looking in the "root" mailbox? I have virtual mail setup on my systems and I lost periodic emails as well until I configured postfix correctly to consider my local machine's hostname as an acceptable recipient. I now alias root to the virtual user I want to receive these emails. Tom Veldhouse