Client sessions are not persisted in main config file any more.

This commit is contained in:
Philip (a-0) 2022-09-06 20:36:52 +02:00
parent c8c0f6a400
commit 90a863911e
7 changed files with 100 additions and 51 deletions

View file

@ -1,6 +1,6 @@
# 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.
# to the room specified in room, using the matrix account specified.
# All other mail will be received, but ignored.
---
@ -8,4 +8,4 @@ clients:
- mxid: "@yourbot:example.com"
password: "p@ssw0rd"
mappings:
- room_id: "!idoftheroomyoucreatedbefore:example.com"
- room: "!idoftheroomyoucreatedbefore:example.com"