Skip to content
Snippets Groups Projects
Commit 80f041a5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Development packages for building exim

parent b3147fe7
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ function rebuild_exim_with_socks {
fi
cd "$INSTALL_DIR/exim4" || exit 3468356
rm -rf "$INSTALL_DIR/exim4/"*
apt-get -qy install build-essential fakeroot devscripts
apt-get source exim4-daemon-heavy
apt-get -qy build-dep exim4-daemon-heavy
cd "${INSTALL_DIR}/exim4/exim4-${exim_version}" || exit 356835685
......@@ -268,7 +269,7 @@ function configure_email_onion {
# 20:$onion_address
# 3600 IN SRV 0 5 25 $onion_address
# Test with: exim -d -bt $onion_address
# Test with: exim -d -bt username@$onion_address
#echo "$DEFAULT_DOMAIN_NAME $onion_address" > /etc/exim4/onionrelay.txt
#cdb -m -c -t ~/onionrelay.tmp /etc/exim4/onionrelay.cdb /etc/exim4/onionrelay.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment