Browse Source

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

i.e. the transport mechanism could be p2p
Bob Mottram 8 years ago
parent
commit
e3dfb3eb53
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh View File

124
     DEFAULT_DOMAIN_NAME="$1"
124
     DEFAULT_DOMAIN_NAME="$1"
125
 
125
 
126
     echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
126
     echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
127
+    echo "$DEFAULT_DOMAIN_NAME" > /etc/mailname
127
     hostname $DEFAULT_DOMAIN_NAME
128
     hostname $DEFAULT_DOMAIN_NAME
128
 
129
 
129
     if grep -q "127.0.1.1" /etc/hosts; then
130
     if grep -q "127.0.1.1" /etc/hosts; then