Skip to content

Commit

Permalink
Added limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMeis committed Mar 31, 2019
1 parent bbb30f8 commit 820b158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ Finally you can fire up MITMsmtp:

`MITMsmtp --log log/`

#### Limitations
As we perform a port forward, MITMsmtp can't determine the original packet destination. This means that MITMsmtp can't log the real SMTP server name or IP. If you need these information, just run wireshark while catching mails using MITMsmtp and filter for `tcp.port==587` or `dns`. This way you will be able to get the domain name as well as the original IP.

## Reference
[1] https://tools.ietf.org/html/rfc5321

Expand Down

0 comments on commit 820b158

Please sign in to comment.