Kaynağa Gözat

Extra onion relay settings

Bob Mottram 7 yıl önce
ebeveyn
işleme
9372006289
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      src/freedombone-base-email

+ 2
- 0
src/freedombone-base-email Dosyayı Görüntüle

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