servo
servo
Full Fledged mail server inspired by https://github.com/tijn/devmail
Installation
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)
Development
- 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
Contributing
- 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
Contributors
- bararchy - creator, maintainer
Repository
servo
Owner
Statistic
- 6
- 1
- 0
- 0
- 2
- over 7 years ago
- June 3, 2017
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 09:13:01 GMT
Languages