From owner-freebsd-questions@FreeBSD.ORG Thu Oct 18 23:01:46 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 2344916A420 for ; Thu, 18 Oct 2007 23:01:46 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id DE4D113C442 for ; Thu, 18 Oct 2007 23:01:45 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <4717E5D3.7060400@intersonic.se> Date: Fri, 19 Oct 2007 01:01:39 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.6 (X11/20071009) MIME-Version: 1.0 To: FreeBSD References: <20071018224222.GA3354@remdog.net> In-Reply-To: <20071018224222.GA3354@remdog.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:01:46 -0000 Rem P Roberti wrote: > I don't know what is going on with respect to Postfix during my boot > process, but the program starts, and stops, starts, and stops, and this > newbie is a little perplexed. Fortunately, it ends up started, so I > have access to my email, but something is obviously not right here. I > have provided below entries from my latest maillog. Any help is > appreciated... > Oct 18 14:28:15 bsd postfix/trivial-rewrite[2976]: warning: database > /usr/local/etc/postfix/transport.db is older than source file > /usr/local/etc/postfix/transport > Oct 18 14:28:15 bsd postfix/cleanup[2975]: 9D9EF1D0C6: > message-id=<20071018212815.GA2634@remdog.net> > Oct 18 14:28:15 bsd postfix/qmgr[903]: 9D9EF1D0C6: > from=, size=2780, nrcpt=2 (queue active) > Oct 18 14:28:16 bsd postfix/smtp[2977]: 9D9EF1D0C6: > to=, relay=smtp.comcast.net[204.127.225.17]:25, > delay=1.1, delays=0.03/0.08/0.41/0.57, dsn=2.0.0, status=sent (250 ok ; > id=20071018212731b1100331cce) > Oct 18 14:28:16 bsd postfix/smtp[2977]: 9D9EF1D0C6: > to=, relay=smtp.comcast.net[204.127.225.17]:25, > delay=1.1, delays=0.03/0.08/0.41/0.57, dsn=2.0.0, status=sent (250 ok ; > id=20071018212731b1100331cce) > Oct 18 14:28:16 bsd postfix/qmgr[903]: 9D9EF1D0C6: removed Hello, First: Run "postmap transport" from the /usr/local/etc/postfix directory Then, I saw one stop/start in the above, could it be yourself doing it or you restarted the machine? Otherwise nothing alarming... http://www.postfix.org/ is an excellent source of information on Postfix. Per olof