Hello ,
>I think I can say that instances of sendmail
and bulk_mailer that are
>invoked by majordomo are getting timestamped
with the UTC time, whereas
>the standard on the AIX operating system and
on instances of sendmail
>/not/ started by majordomo, timestamps are done
under EDT.
>Is there a place where I can configure the TZ or equivalent to
get mj
>invoked stuff using EDT?
>I think I'm using md
1.94.5. The AIX is V5.2 and sendmail 8.11
>Appreciate some
help!
If you want the date printed and labelled in
a particular timezone (GMT,say), you need to set that timezone in your TZ
environment variable,something like this in your majordomo.cf file works
well:
$ENV{"TZ"} = "GMT";
Regards,
Sivabalakrishnan.G