瀏覽代碼

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 年之前
父節點
當前提交
e3dfb3eb53
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh 查看文件

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