From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 1 15:30:17 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADBF616A41C for ; Fri, 1 Jul 2005 15:30:17 +0000 (GMT) (envelope-from lists@natserv.com) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F56643D1D for ; Fri, 1 Jul 2005 15:30:17 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id j61FUGfS025053 for ; Fri, 1 Jul 2005 11:30:16 -0400 Date: Fri, 1 Jul 2005 11:30:16 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: freebsd-amd64@freebsd.org In-Reply-To: <200507011316.j61DGsuD090436@lurza.secnetix.de> Message-ID: <20050701112803.N2991@zoraida.natserv.net> References: <200507011316.j61DGsuD090436@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: Crontab behavior in AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 15:30:17 -0000 On Fri, 1 Jul 2005, Oliver Fromme wrote: > Do you happen to use LDAP on that machine, or have some > other unusual user-authentication scheme configured? No. > There has been a similar case on the German FreeBSD- > question mailing list recently (i.e. cron refusing to > send mails, and the same error message from the MTA), > and it turned out to be the fault of the local LDAP > installation. I am still trying to figure it out. What I find disconcerting is that it seems the cron job fails because the email fails. The program I call in cron runs fine if called from the command line. Never had this problem on a i386 machine, that's why I thought maybe it was AMD64.. but most likely it's a Postfix setting.