瀏覽代碼

Extra onion relay settings

Bob Mottram 7 年之前
父節點
當前提交
9372006289
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/freedombone-base-email

+ 2
- 0
src/freedombone-base-email 查看文件

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