Full Fledged mail server inspired by https://github.com/tijn/devmail
Right now you can play with it by building the main bin:
crystal build src/servo.cr
sudo ./servo # This is using port 25 by default right now (which means root privs)
- Add more protocols
- Add databse to store mails, users, etc.. (mariaDB ? maybe PG ? )
- Add more functionallity to the Storage class
- Add support for openssl\STARTLS
- Add SMTP client \ forwarder under the delivery folder
- Add validation using RFC 2822
- Add support for authentication
- Fork it ( https://github.com/bararchy/servo/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- bararchy - creator, maintainer