Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 735 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 735 Bytes

Setup a send only server

Setup hosts

  • run hostname to get hostname
  • add the following line to /etc/hosts, use the hostname you got from above line
  • 127.0.0.1 localhost.localdomain hostname

Run Mail Server

  • run it using pm2 start pm2-mail.json for easier access
  • It will run on port 8001 by default.