From f4852ce5714bc81d8f13063ae76526bb3970ddec Mon Sep 17 00:00:00 2001 From: Clivern Date: Sat, 12 Dec 2020 22:40:53 +0100 Subject: [PATCH] update docs --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index bc28b5b..4b2c4bd 100644 --- a/README.rst +++ b/README.rst @@ -67,3 +67,17 @@ To use pinkman, follow the following steps: $ iptables -t nat -A PREROUTING -p tcp --dport 1025 -j REDIRECT --to-port 25 + +7. Create an A entry which points to the IP address of your server. + +.. code-block:: + + $ [ A ] [ smtp.orangutan.com ] [ x.x.x.x ] + + +8. Create an MX entry, which points back to the A entry above + +.. code-block:: + + $ [ MX ] [ orangutan.com ] [ smtp.orangutan.com ] +