From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 17:21:47 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2321516A4B3 for ; Mon, 15 Sep 2003 17:21:47 -0700 (PDT) Received: from mg1.netcommplete.com.au (mg1.netcommplete.com.au [203.206.200.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB98343F85 for ; Mon, 15 Sep 2003 17:21:45 -0700 (PDT) (envelope-from smuller@netcommplete.com.au) Received: from localhost (localhost.netcommplete.com.au [127.0.0.1]) by localhost (Postfix) with ESMTP id 09C18675EA for ; Tue, 16 Sep 2003 10:21:44 +1000 (EST) Received: from mg1.netcommplete.com.au ([127.0.0.1]) by localhost (mg1.netcommplete.com.au [127.0.0.1:10024]) (amavisd-new) with LMTP id 65258-01-4 for ; Tue, 16 Sep 2003 10:21:43 +1000 (EST) Received: from netcommplete.com.au (mail.netcommplete.com.au [203.206.200.227]) by mg1.netcommplete.com.au (Postfix) with ESMTP id 9C88867544 for ; Tue, 16 Sep 2003 10:21:43 +1000 (EST) Received: from BashASaurus [203.206.200.252] by netcommplete.com.au with ESMTP (SMTPD32-6.06) id A7AC3320130; Tue, 16 Sep 2003 10:22:04 +1000 From: "Scott Muller" To: Date: Tue, 16 Sep 2003 10:21:42 +1000 Message-ID: <021101c37be8$81690b40$6564a8c0@netcommplete.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <00b901c37be5$a27c53d0$0464a8c0@spotripoli.local> Importance: Normal X-Virus-Scanned: by amavisd-new Subject: RE: postfix and syslogd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 00:21:47 -0000 > Today I upgraded to postfix 2.0.14. I was testing something=20 > and I notice one thing which I don't know what is the couse.=20 > Here is the part from syslogd, part 1 - the attachment is=20 > rejected, part 2 same email same time I try to send , but I=20 > removed attachment from mail. My question is - maybe somebody=20 > has an idea why in first case cleanup process logs in syslogd=20 > with -2 hours difference ? ( my timezone +2 ), and after same=20 > process already logs with correct time ?=20 >=20 Just a guess but you are probably running postfix chroot'd. Check the chroot column in master.cf and if you are running some = processes Chroot'd then you need to make sure all the relevant files are sync'd in = the Chrrot jail. I don't run choot, but you nedd to check the sample-* files = and The readme files. I think you need to copy the localtime file from /etc = but I would check the docs. HTH Scott.