#!/bin/bash nc localhost 25 > /dev/null << EOL EHLO barant.com MAIL FROM: RCPT TO: QUIT EOL