It's unlikely that conventional email will be wanted on a mesh, but not totally infeasible

i.e. the transport mechanism could be p2p
This commit is contained in:
Bob Mottram 2016-10-23 17:17:17 +01:00
parent 2f5deb0c01
commit e3dfb3eb53
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ function set_hostname {
DEFAULT_DOMAIN_NAME="$1"
echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
echo "$DEFAULT_DOMAIN_NAME" > /etc/mailname
hostname $DEFAULT_DOMAIN_NAME
if grep -q "127.0.1.1" /etc/hosts; then