Browse Source

Development packages for building exim

Bob Mottram 7 years ago
parent
commit
80f041a5ce
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-base-email

+ 2
- 1
src/freedombone-base-email View File

85
     fi
85
     fi
86
     cd "$INSTALL_DIR/exim4" || exit 3468356
86
     cd "$INSTALL_DIR/exim4" || exit 3468356
87
     rm -rf "$INSTALL_DIR/exim4/"*
87
     rm -rf "$INSTALL_DIR/exim4/"*
88
+    apt-get -qy install build-essential fakeroot devscripts
88
     apt-get source exim4-daemon-heavy
89
     apt-get source exim4-daemon-heavy
89
     apt-get -qy build-dep exim4-daemon-heavy
90
     apt-get -qy build-dep exim4-daemon-heavy
90
     cd "${INSTALL_DIR}/exim4/exim4-${exim_version}" || exit 356835685
91
     cd "${INSTALL_DIR}/exim4/exim4-${exim_version}" || exit 356835685
268
     # 20:$onion_address
269
     # 20:$onion_address
269
     # 3600 IN SRV 0 5 25 $onion_address
270
     # 3600 IN SRV 0 5 25 $onion_address
270
 
271
 
271
-    # Test with: exim -d -bt $onion_address
272
+    # Test with: exim -d -bt username@$onion_address
272
 
273
 
273
     #echo "$DEFAULT_DOMAIN_NAME $onion_address" > /etc/exim4/onionrelay.txt
274
     #echo "$DEFAULT_DOMAIN_NAME $onion_address" > /etc/exim4/onionrelay.txt
274
     #cdb -m -c -t ~/onionrelay.tmp /etc/exim4/onionrelay.cdb /etc/exim4/onionrelay.txt
275
     #cdb -m -c -t ~/onionrelay.tmp /etc/exim4/onionrelay.cdb /etc/exim4/onionrelay.txt