This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Apr 23 22:49:45 2024 Received: from entropy.muc.muohio.edu (entropy.muc.muohio.edu [134.53.213.10]) by herbie.ucs.indiana.edu (8.8.8/8.8.8) with ESMTP id AAA13010 for ; Mon, 11 Jan 1999 00:18:12 -0500 (EST) Received: from vger.rutgers.edu (vger.rutgers.edu [128.6.190.2]) by entropy.muc.muohio.edu (8.9.0/8.8.7) with ESMTP id AAA06066; Mon, 11 Jan 1999 00:16:14 -0500 Received: by vger.rutgers.edu via listexpand id <156749-8100>; Sun, 10 Jan 1999 18:09:47 -0500 Received: by vger.rutgers.edu id <153919-8100>; Sun, 10 Jan 1999 13:31:48 -0500 Received: from cafe.affinity-systems.ab.ca ([207.229.6.99]:28763 "EHLO cafe.affinity-systems.ab.ca" ident: "mail") by vger.rutgers.edu with ESMTP id <156853-203>; Sun, 10 Jan 1999 13:28:32 -0500 Received: (from jbourne@localhost) by cafe.affinity-systems.ab.ca (8.9.2/8.9.2/asi-redhat) id LAA02605; Sun, 10 Jan 1999 11:22:41 -0700 (MST) Date: Sun, 10 Jan 1999 11:22:38 -0700 (MST) From: Jim Bourne To: Riley Williams Cc: Joseph Anthony , Barry Treahy , linux-kernel@vger.rutgers.edu Subject: Re: Time?? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-kernel@vger.rutgers.edu Precedence: bulk X-Loop: majordomo@vger.rutgers.edu X-Orcpt: rfc822;linux-kernel-outgoing-dig On Fri, 8 Jan 1999, Riley Williams wrote: > OK, the other reasonably obvious possibility is to turn that on its > head - is TZ set for the sendmail daemon that's started automagically > in your boot scripts ??? > > To check this on the RedHat system, look in /etc/rc.d/init.d/sendmail > for any lines of the form "export TZ=??T" and, if they're found, kill > them. When you've done that, find the line that begins "start)" and > insert immediately after it the following line: > > echo "*** Sendmail Timezone = <$TZ>" >&2 You can set this in the sendmail.cf (or via the M4 files) with a line like: # time zone handling: # if undefined, use system default # if defined but null, use TZ envariable passed in # if defined and non-null, use that info O TimeZoneSpec=MST7MDT in sendmail.cf or define(onfTIME_ZONE', MST7MDT)dnl in your sendmail.mc Regards Jim > Best wishes from Riley. -- James Bourne | Email: jbourne@affinity-systems.ab.ca Affinity Systems Inc. | WWW: http://www.affinity-systems.ab.ca Everything Unix | Linux: The choice of a GNU generation ---------------------------------------------------------------------- Unix System Administration, System programming, Network Administration - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/