Re: OpenSMTPD ignores the system time zone in mail header and logfile

2022-12-10 Thread Nils
Stuart D Gathman schrieb am 04.11.2022 17:51 (GMT +01:00): > On Thu, 3 Nov 2022, Nils wrote: > >> The problem is probably Void Linux specific, since I don't have this >> problem on a OpenBSD installation. > >> P.S.: This is a cross-post of >> https://github.com/void-linux/void-packages/issues/39

Re: OpenSMTPD ignores the system time zone in mail header and logfile

2022-12-10 Thread Thomas L.
On Sat, 10 Dec 2022 19:03:23 +0100 (CET) "Nils" wrote: > And why does this problem occur in Linux, but *not* in OpenBSD? > log_init calls tzset(3), which reads the timezone data early. not sure why this does not work on Linux.