Hamcha / meiru

Minimal batteries-included mail server for small deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic SMTP server (connection, send mail, close)

Hamcha opened this issue · comments

  • Bind to hosts/ip in configuration
  • Greet and HELO
  • Support for a basic commands (MAIL/SEND/RCPT/DATA)
  • AUTH (Plain)
  • Saving mails to sendqueue
  • Calling client to send mail from sendqueue
  • Log failures to local log file

Optional, fancy but easy:

  • ELHO
  • TLS (without STARTTLS)