소스 검색

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