A simple SMTP server written in Go.
- Listen for incoming emails and store them in a file.
- Publish the emails to a storage service.
- Router Mode - Route the emails to the appropriate storage service after listening.
- Supports SMTP, LMTP, and START
xia-smtp-go - A simple SMTP server written in Go.
- Listener Mode - Listen for incoming emails and store them in a file.
- Publisher Mode - Publish the emails to a storage service.
- Router Mode - Route the emails to the appropriate storage service after listening.
wget https://github.com/sia/xia-smtp-go/archive/master.zip
./xia-smtp-go --mode listen # Default mode
./xia-smtp-go --mode publish
./xia-smtp-go --mode louter
FUCK IT, I DON'T CARE ABOUT YOUR LICENSE. Just contribute to the project and make it better.