From owner-freebsd-questions@FreeBSD.ORG Thu Oct 18 23:05:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C23B16A419 for ; Thu, 18 Oct 2007 23:05:02 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 63AF013C458 for ; Thu, 18 Oct 2007 23:05:01 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay12.apple.com (relay12.apple.com [17.128.113.53]) by mail-out3.apple.com (Postfix) with ESMTP id CD344158D28B; Thu, 18 Oct 2007 16:05:01 -0700 (PDT) Received: from relay12.apple.com (unknown [127.0.0.1]) by relay12.apple.com (Symantec Mail Security) with ESMTP id B5F6B28099; Thu, 18 Oct 2007 16:05:01 -0700 (PDT) X-AuditID: 11807135-a8820bb000005362-9b-4717e69d5405 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay12.apple.com (Apple SCV relay) with ESMTP id 9E46428097; Thu, 18 Oct 2007 16:05:01 -0700 (PDT) In-Reply-To: <20071018224222.GA3354@remdog.net> References: <20071018224222.GA3354@remdog.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <015C16D0-234C-4280-8A71-66120AC491BD@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 18 Oct 2007 16:05:00 -0700 To: Rem P Roberti X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD Subject: Re: More Postfix Woes 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: Thu, 18 Oct 2007 23:05:02 -0000 On Oct 18, 2007, at 3:42 PM, Rem P Roberti wrote: > Oct 18 03:16:21 bsd postfix/trivial-rewrite[16064]: warning: database > /usr/local/etc/postfix/transport.db is older than source file > /usr/local/etc/postfix/transport Fix this by doing: cd /usr/local/etc/postfix ; postmap transport [ ... ] > Oct 18 08:03:12 bsd postfix/postfix-script[17269]: stopping the > Postfix mail system > Oct 18 08:03:12 bsd postfix/master[894]: terminating on signal 15 > Oct 18 08:03:12 bsd postfix/postfix-script[17290]: fatal: the > Postfix mail system is not running That's bizzare. Do you have some sort of scripted utility which is trying to stop and restart Postfix via cron or some such? -- -Chuck