Tor support

- Add support for using Tor via a socks5 proxy.
- Tor usage of the milter and the updater process are configured
  separately.
- Restructure the config file and add some documentation.
This commit is contained in:
Malte Meiboom
2026-08-10 15:12:50 +02:00
parent 1ed3e1e988
commit 04322f9cd9
9 changed files with 177 additions and 33 deletions
+2
View File
@@ -22,6 +22,8 @@ lettre = "0.11.22"
log = "0.4.30"
log4rs = "1.3.0"
rand = "0.10.2"
# the reqwest version has to be the same sequoia-net reexports!
reqwest = { version = "0.12", features = ["socks"] }
sequoia-cert-store = "0.7.3"
sequoia-directories = "0.1.0"
sequoia-keystore = "0.7.2"