Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Nov 10, 2023
1 parent b48f8d4 commit f4852ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit f4852ce

Please sign in to comment.