-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poostmoogle service failed to start #2613
Comments
This tells you that it's the dependency services obtaining the certifiates that failed. You should see what they are ( See if the domains ( Disabling Postmoogle and doing |
Thank you @spantaleev. I think I found the problem: |
Postmoogle requires SSL certificates for each domain it's responsible for, as described in its README: https://gitlab.com/etke.cc/postmoogle I believe that this is necessary for receiving emails from other servers using a secure (TLS) connection. It can probably be disabled by setting its |
Thanks again. For my case it wasn't necessary to host everything on separate machines, so I changed my DNS and used |
Describe the bug
After upgrading to latest commit of this repo and switching to traefik postmoogle bot stopped working.
Here is the log from
journalctl -fu matrix-bot-postmoogle.service
:To Reproduce
My
vars.yml
file looks like this:Expected behavior
Bot should work as before.
Matrix Server:
Ansible:
I use ansible locally through a docker container,
ansible [core 2.13.0]
.Additional context
I tried to set
matrix_bot_postmoogle_enabled
tofalse
then totrue
and setup-all with ansible but no effect.The text was updated successfully, but these errors were encountered: