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:
parent
2f5deb0c01
commit
e3dfb3eb53
|
@ -124,6 +124,7 @@ function set_hostname {
|
||||||
DEFAULT_DOMAIN_NAME="$1"
|
DEFAULT_DOMAIN_NAME="$1"
|
||||||
|
|
||||||
echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
|
echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
|
||||||
|
echo "$DEFAULT_DOMAIN_NAME" > /etc/mailname
|
||||||
hostname $DEFAULT_DOMAIN_NAME
|
hostname $DEFAULT_DOMAIN_NAME
|
||||||
|
|
||||||
if grep -q "127.0.1.1" /etc/hosts; then
|
if grep -q "127.0.1.1" /etc/hosts; then
|
||||||
|
|
Loading…
Reference in New Issue