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

remove all references to justtesting.email (#1003) (#1005)

This commit is contained in:
wsteitz
2016-11-30 18:55:18 +01:00
committed by Joshua Tauberer
parent b6f90e10c1
commit 61105b1ec3
2 changed files with 2 additions and 7 deletions

View File

@@ -180,9 +180,6 @@ if [ "$PUBLIC_IPV6" = "auto" ]; then
fi
if [ "$PRIMARY_HOSTNAME" = "auto" ]; then
PRIMARY_HOSTNAME=$(get_default_hostname)
elif [ "$PRIMARY_HOSTNAME" = "auto-easy" ]; then
# Generate a probably-unique subdomain under our justtesting.email domain.
PRIMARY_HOSTNAME=`echo $PUBLIC_IP | sha1sum | cut -c1-5`.justtesting.email
fi
# Set STORAGE_USER and STORAGE_ROOT to default values (user-data and /home/user-data), unless