2022-08-29 21:28:00 +02:00
|
|
|
# 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
|
2022-09-06 20:36:52 +02:00
|
|
|
# to the room specified in room, using the matrix account specified.
|
2022-08-29 21:28:00 +02:00
|
|
|
# All other mail will be received, but ignored.
|
|
|
|
|
|
|
|
---
|
|
|
|
clients:
|
|
|
|
- mxid: "@yourbot:example.com"
|
|
|
|
password: "p@ssw0rd"
|
|
|
|
mappings:
|
2022-09-06 20:36:52 +02:00
|
|
|
- room: "!idoftheroomyoucreatedbefore:example.com"
|