fake SMTP client and server
This is a quick tips to simulate a fake mailserver useful if you want to test and application which send emails.
You need netcat (nc) software installed and no email server active on the port 25.
In order to open the privilege port 25 I use the root user. The …