]> pere.pagekite.me Git - exim4-smtorp.git/commitdiff
Make sure to install xinetd, used by tor to connect to smtp.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 9 Aug 2020 20:22:40 +0000 (22:22 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 9 Aug 2020 20:22:40 +0000 (22:22 +0200)
setup-exim-hidden-service

index 48af3e2512a5c41c0ee63d679c43bb318de3563c..76c68c3b953a48f39494d820386d87a561c5cd70 100644 (file)
@@ -25,7 +25,7 @@ append_if_missing() {
     fi
 }
 
     fi
 }
 
-DEBIAN_FRONTEND=noninteractive apt-get install -y tor
+DEBIAN_FRONTEND=noninteractive apt-get install -y tor xinetd
 torhsdir=$(awk '/^HiddenServiceDir (.*) *$/ { print $2 }' /etc/tor/torrc)
 if [ -e "$torhsdir/hostname" ] ; then
    torhsname=$(cat "$torhsdir/hostname")
 torhsdir=$(awk '/^HiddenServiceDir (.*) *$/ { print $2 }' /etc/tor/torrc)
 if [ -e "$torhsdir/hostname" ] ; then
    torhsname=$(cat "$torhsdir/hostname")