lint authored by anarcat's avatar anarcat
...@@ -284,6 +284,7 @@ smarthost_torproject: ...@@ -284,6 +284,7 @@ smarthost_torproject:
``` ```
2. Create `/etc/exim4/conf.d/transport/60_local_torproject` containing (substituting your TPI username): 2. Create `/etc/exim4/conf.d/transport/60_local_torproject` containing (substituting your TPI username):
``` ```
smtp_torproject: smtp_torproject:
driver = smtp driver = smtp
...@@ -294,6 +295,7 @@ smtp_torproject: ...@@ -294,6 +295,7 @@ smtp_torproject:
``` ```
3. In `/etc/exim4/passwd.client` add a line like this (substituting your TPI username and password): 3. In `/etc/exim4/passwd.client` add a line like this (substituting your TPI username and password):
``` ```
*.torproject.org:USERNAME:PASSWORD *.torproject.org:USERNAME:PASSWORD
``` ```
...@@ -301,6 +303,7 @@ smtp_torproject: ...@@ -301,6 +303,7 @@ smtp_torproject:
4. Run `update-exim4.conf` (as root). 4. Run `update-exim4.conf` (as root).
5. Send a test email. Either examine the `Received` lines to see where it went, or look at your local `/var/log/exim4/mainlog`, which will hopefully say something like this: 5. Send a test email. Either examine the `Received` lines to see where it went, or look at your local `/var/log/exim4/mainlog`, which will hopefully say something like this:
``` ```
2022-07-21 19:17:37 1oEajx-0006gm-1r => ...@torproject.org R=smarthost_torproject T=smtp_torproject H=submit-01.torproject.org [2a01:4f8:fff0:4f:266:37ff:fe18:2abe] X=TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=yes DN="CN=submit-01.torproject.org" A=plain K C="250 2.0.0 Ok: 394 bytes queued as C3BC3801F9" 2022-07-21 19:17:37 1oEajx-0006gm-1r => ...@torproject.org R=smarthost_torproject T=smtp_torproject H=submit-01.torproject.org [2a01:4f8:fff0:4f:266:37ff:fe18:2abe] X=TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=yes DN="CN=submit-01.torproject.org" A=plain K C="250 2.0.0 Ok: 394 bytes queued as C3BC3801F9"
``` ```
... ...
......