Browse Source

Extra onion relay settings

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

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

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