2. Create `/etc/exim4/conf.d/transport/60_local_torproject` containing (substituting your TPI username):
```
smtp_torproject:
driver = smtp
...
...
@@ -294,6 +295,7 @@ smtp_torproject:
```
3. In `/etc/exim4/passwd.client` add a line like this (substituting your TPI username and password):
```
*.torproject.org:USERNAME:PASSWORD
```
...
...
@@ -301,6 +303,7 @@ smtp_torproject:
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: