From owner-freebsd-isp Sun Sep 8 0:14:50 2002 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 F318537B400 for ; Sun, 8 Sep 2002 00:14:47 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F8743E3B for ; Sun, 8 Sep 2002 00:14:46 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 60A35812E3; Sun, 8 Sep 2002 16:44:44 +0930 (CST) Date: Sun, 8 Sep 2002 16:44:44 +0930 From: Greg 'groggy' Lehey To: Tyler Richey Cc: freebsd-isp@freebsd.org Subject: Re: Date problem Message-ID: <20020908071444.GJ46846@wantadilla.lemis.com> References: <20020907175640.2b5c42c2.tyler@cagelink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020907175640.2b5c42c2.tyler@cagelink.com> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [Format recovered--see http://www.lemis.com/email/email-format.html] Message on a single overlong line, corrected. On Saturday, 7 September 2002 at 17:56:40 -0500, Tyler Richey wrote: > I am having a problem with postfix. Every email that comes through > our mail server it tacks a hour onto the time. If I set the time > back one our on the server and on the machine sending it, it will say > the right time. Im not sure if this is a postfix problem, I don't > think it is because there are no things in postfix to control time. > I think it is something with daylight savings time but im not sure, > any ideas? Look at your time zone. For some reason it's set to EST. You don't say where you are, but based on the headers, I'd guess you're really on the US East Coast, where the time is currently EDT, an hour ahead: > Received: from cagelink.com (mail.cagelink.com [65.196.129.4]) > by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8B743E3B > for ; Sat, 7 Sep 2002 14:57:43 -0700 (PDT) > (envelope-from tyler@cagelink.com) > Received: from 127.0.0.1 (localhost [127.0.0.1]) > by dummy.domain.name (Postfix) with SMTP id 86D3C2182D1 > for ; Sat, 7 Sep 2002 17:56:13 -0500 (EST) Assuming I'm correct about you location, you should do: # cp /usr/share/zoneinfo/America/New_York /etc/localtime After that, stop and restart postfix, and all should be well. Greg -- When replying to this message, please take care not to mutilate the original text. For more information, see http://www.lemis.com/email.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message