Selaa lähdekoodia

Extra onion relay settings

Bob Mottram 7 vuotta sitten
vanhempi
commit
9372006289
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      src/freedombone-base-email

+ 2
- 0
src/freedombone-base-email Näytä tiedosto

@@ -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