Initial commit

This commit is contained in:
Philip (a-0) 2022-08-29 21:28:00 +02:00
commit efc38e161c
10 changed files with 3455 additions and 0 deletions

11
simple_sample_config.yaml Normal file
View file

@ -0,0 +1,11 @@
# This config file will make matrixmailer start an SMTP server on localhost:25
# and forward any mail sent to the email address "yourbot@example.com" that has been received
# to the room specified in room_id, using the matrix account specified.
# All other mail will be received, but ignored.
---
clients:
- mxid: "@yourbot:example.com"
password: "p@ssw0rd"
mappings:
- room_id: "!idoftheroomyoucreatedbefore:example.com"