Update 4. Port Forwarding authored by John Goerzen's avatar John Goerzen
...@@ -2,10 +2,13 @@ ...@@ -2,10 +2,13 @@
title: 4. Port Forwarding title: 4. Port Forwarding
--- ---
# Port Forwarding # Port Forwarding
**This is an optional step, but required if you want to use Thunderbird.** **This is an optional step, but required if you want to use Thunderbird.**
**NOTE: This has security implications; see [securing](securing).**
There are a number of ways you can access the mail within your NNCPNET node. Perhaps you would like to use your graphical mail client from outside it, such as Thunderbird. To do that, you need to expose the SMTP and IMAP ports to your local machine. There are a number of ways you can access the mail within your NNCPNET node. Perhaps you would like to use your graphical mail client from outside it, such as Thunderbird. To do that, you need to expose the SMTP and IMAP ports to your local machine.
Edit your run.sh and add a new line right after the `docker run` line, like so: Edit your run.sh and add a new line right after the `docker run` line, like so:
... ...
......