Linux install E-mail server and make test

Create a virtual domain, and a virtual user inside that domain

Do a telnet to the port 25 of your server and send a mail to that domain and see if it’s delivered. You can check the error logs through tail -f /var/log/mail.log  -f from a different console. Using telnet is easy

Command line send mail


Postfix configuration