|
@@ -173,7 +173,7 @@ function configure_email_onion {
|
173
|
173
|
echo "}"; } > /etc/exim4/perl-routines.pl
|
174
|
174
|
|
175
|
175
|
{ echo "ONION_RELAYDB=/etc/exim4/onionrelay.cdb";
|
176
|
|
- echo "domainlist onion_relays = cdb;ONION_RELAYDB"; } > /etc/exim4/conf.d/domainlists
|
|
176
|
+ echo "domainlist onion_relays = cdb;ONION_RELAYDB"; } > /etc/exim4/conf.d/main/01_exim4-config_onion
|
177
|
177
|
|
178
|
178
|
{ echo "# send things over tor where we have an entry for it";
|
179
|
179
|
echo "onionrelays:";
|