A simple smtp relay Server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email Server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr
usage: smtpr <port number> (<relay Server>)