From owner-freebsd-questions@FreeBSD.ORG Fri May 28 14:47:58 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8217106566B for ; Fri, 28 May 2010 14:47:58 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id D1CE58FC16 for ; Fri, 28 May 2010 14:47:58 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [17.151.93.133] by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L3400ELZX3RGM20@asmtp023.mac.com> for questions@freebsd.org; Fri, 28 May 2010 07:47:53 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1005280092 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2010-05-28_02:2010-02-06, 2010-05-28, 2010-05-28 signatures=0 From: Chuck Swiger In-reply-to: <4BFFAC35.2040503@shopzeus.com> Date: Fri, 28 May 2010 07:47:51 -0700 Message-id: <4BC103AF-B09F-486A-A8FF-66E33DF00515@mac.com> References: <4BFFAC35.2040503@shopzeus.com> To: Laszlo Nagy X-Mailer: Apple Mail (2.1078) Cc: questions@freebsd.org Subject: Re: cron not sending emails 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, 28 May 2010 14:47:59 -0000 Hi-- On May 28, 2010, at 4:42 AM, Laszlo Nagy wrote: > If I put this into root's crontab > > * * * * * echo "TEST" > > then I see this in the maillog: > > May 14 10:53:00 server postfix/sendmail[2958]: fatal: user(1001): No recipient addresses found in message header These do not correspond. It seems to think that the crontab is for uid 1001, but it can't seem to lookup a passwd entry for that uid: > log_it: (tmp.27734 92380) ORPHAN (no passwd entry) -- -Chuck