Extra onion relay settings

This commit is contained in:
Bob Mottram 2018-04-05 21:13:24 +01:00
parent 1d354614ca
commit 9372006289
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ function configure_email_onion {
{ echo "onion_relay:";
echo " driver = smtp";
echo " helo_data = \"\$address_data \$original_domain\"";
echo " hosts_avoid_tls = *";
echo " socks_proxy = 127.0.0.1 port=9050"; } > /etc/exim4/conf.d/transport/050_exim4-config_onion_relay
if ! grep -q "AutomapHostsOnResolve" /etc/tor/torrc; then