Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 495 Bytes

Kutsche

Kutsche is a simple SMTP server, that saves received emails locally or forwards them to a given Matrix room.

This project is a WIP and can/should not be used in production.

Usage

The minimal supported rust version is currently 1.61. Compile the server with

$ cargo build --release

Run the server with

./target/release/kutsche --config-file <path/to/config>

You can find an exemplary config file with explanations for all configuration parameters in the example directory.