servo
Version, currently master branch1 version
- master branchlatestJun 6, 2017
github.com/bararchy/servo
Mail server in Crystal
7 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
servo:
github: bararchy/servo
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.22.0+15- License
- MIT
- Author
- bararchy <bar.hofesh@safe-t.com>
- Target
servofrom src/servo.cr
Dependencies
Runtime Dependencies
README
# 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: ```bash crystal build src/servo.cr sudo ./servo # This is using port 25 by default right now (which means root privs) ``` ## Development - [ ] Add more protocols - [x] 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 1. Fork it ( https://github.com/bararchy/servo/fork ) 2. Create your feature branch (git checkout -b my-new-feature) 3. Commit your changes (git commit -am 'Add some feature') 4. Push to the branch (git push origin my-new-feature) 5. Create a new Pull Request ## Contributors - [bararchy](https://github.com/bararchy) - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jun 6, 2017
- Crystal
0.22.0+15- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/bararchy/servo
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1