fix timezone handling such that client/server do not need to have the same

This commit is contained in:
holger krekel
2025-04-10 16:50:45 +02:00
parent 9f74d0a608
commit 71160b8f65
2 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
- Avoid "acmetool not found" during initial run
([#550](https://github.com/chatmail/relay/pull/550))
- Fix timezone handling such that client/servers do not need to use
same timezone.
([#553](https://github.com/chatmail/relay/pull/553))
- Enforce end-to-end encryption for incoming messages.
New user address mailboxes now get a `enforceE2EEincoming` file
which prohibits incoming cleartext messages from other domains.