Skip to content
Snippets Groups Projects
Commit e3dfb3eb authored by Bob Mottram's avatar Bob Mottram
Browse files

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

i.e. the transport mechanism could be p2p
parent 2f5deb0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment