1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

setup now asks for and sets the system timezone

closes #294
see #328
maybe related to #235
This commit is contained in:
Joshua Tauberer
2015-12-26 08:08:08 -05:00
parent dbf4729109
commit e4a4b47fac
3 changed files with 35 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ Control panel:
System:
* Setup (first run only) now asks for your timezone to set the system time.
* The Exchange/ActiveSync server is now taken offline during nightly backups (along with SMTP and IMAP).
* The machine's random number generator (/dev/urandom) is now seeded with Ubuntu Pollinate and a blocking read on /dev/random.
* DNSSEC key generation during install now uses /dev/urandom (instead of /dev/random), which is faster.