Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 4.3 KB

Linux-E-Mail.md

File metadata and controls

53 lines (43 loc) · 4.3 KB

Linux-E-Mail

MTA Servers

See also: Wikipedia: Comparison of mail servers

List of popular Linux nullmailers (locally behave as MTA, but not real ones)

Mail server emulators - for developers

  • MailHog is an email testing tool for developers https://github.com/mailhog/MailHog
  • MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far. https://mailcatcher.me/
  • Blackhole " is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null" https://github.com/kura/blackhole

Mail related distributions / add-ons

See also https://en.wikipedia.org/wiki/List_of_mail_server_software#Mail_server_packages