Browse Source

Update docs/configuring-playbook-email2matrix.md: add the common section "Troubleshooting"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4002/head
Suguru Hirahara 1 year ago
parent
commit
e1f2d764e5
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      docs/configuring-playbook-email2matrix.md

+ 12
- 0
docs/configuring-playbook-email2matrix.md View File

@@ -124,3 +124,15 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
`just install-service email2matrix` is useful for maintaining your setup quickly when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note `just setup-all` runs the `ensure-matrix-users-created` tag too.

- After installation, you may wish to send a test email to the email address assigned to `mailbox1` (default: `mailbox1@matrix.example.com`) to make sure that Email2Matrix works as expected.

## Troubleshooting

As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-email2matrix`.

### Increase logging verbosity

If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
matrix_email2matrix_misc_debug: true
```

Loading…
Cancel
Save