1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Integrate encryption-at-rest support

This commit is contained in:
downtownallday
2020-06-22 12:03:13 -04:00
parent 38d0bcff22
commit 257b2ee6f6
11 changed files with 136 additions and 31 deletions

View File

@@ -27,6 +27,9 @@ export LC_TYPE=en_US.UTF-8
# Fix so line drawing characters are shown correctly in Putty on Windows. See #744.
export NCURSES_NO_UTF8_ACS=1
# if encryption-at-rest is enabled, make sure the drive is mounted
ehdd/mount.sh
# Recall the last settings used if we're running this a second time.
if [ -f /etc/mailinabox.conf ]; then
# Run any system migrations before proceeding. Since this is a second run,