Skip to content

Commit f4852ce

Browse files
committed
update docs
1 parent b48f8d4 commit f4852ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,17 @@ To use pinkman, follow the following steps:
6767
6868
$ iptables -t nat -A PREROUTING -p tcp --dport 1025 -j REDIRECT --to-port 25
6969
70+
71+
7. Create an A entry which points to the IP address of your server.
72+
73+
.. code-block::
74+
75+
$ [ A ] [ smtp.orangutan.com ] [ x.x.x.x ]
76+
77+
78+
8. Create an MX entry, which points back to the A entry above
79+
80+
.. code-block::
81+
82+
$ [ MX ] [ orangutan.com ] [ smtp.orangutan.com ]
83+

0 commit comments

Comments
 (0)