From 1930984ce249c1691b79ea9d4e69c946894e813c Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 7 Sep 2024 01:05:34 +0300 Subject: [PATCH] Make sentence more complete --- docs/configuring-playbook-bot-postmoogle.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-bot-postmoogle.md b/docs/configuring-playbook-bot-postmoogle.md index b66285a51..cd8414b2c 100644 --- a/docs/configuring-playbook-bot-postmoogle.md +++ b/docs/configuring-playbook-bot-postmoogle.md @@ -4,7 +4,7 @@ The playbook can install and configure [Postmoogle](https://gitlab.com/etke.cc/postmoogle) for you. -It's a bot/bridge you can use to forward emails to Matrix rooms. +It's a bot/bridge you can use to forward emails to Matrix rooms. Postmoogle runs an SMTP email server and allows you to assign mailbox addresses to Matrix rooms. See the project's [documentation](https://gitlab.com/etke.cc/postmoogle) to learn what it does and why it might be useful to you. @@ -69,7 +69,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use ## Usage -To use the bot, invite the `@postmoogle:DOMAIN` into a room you want to use as a mailbox. +To use the bot, invite the `@postmoogle:DOMAIN` bot user into a room you want to use as a mailbox. Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with the email address `NAME@matrix.domain`. Emails sent to that email address will be forwarded to the room. @@ -81,7 +81,7 @@ You can also refer to the upstream [documentation](https://gitlab.com/etke.cc/po As with all other services, you can find their logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by running something like `journalctl -fu matrix-bot-postmoogle` -The default logging level for this bridge is `INFO`, but you can increase it to `DEBUG` with the following additional configuration: +The default logging level for this bridge is `INFO`, but you can increase it to `DEBUG` with the following additional configuration: ```yaml matrix_bot_postmoogle_loglevel: 'DEBUG'