Bläddra i källkod

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 år sedan
förälder
incheckning
e3dfb3eb53
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh Visa fil

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