Rocketchat group calls are also using Jitsi, so including that would be a big plus for us.
Best posts made by Peter Newman
-
RE: Upcoming apps
-
RE: SMTP rejected for some users
This appears to be a case of https://forum.cloudron.io/post/6533 . Applying the linked setting change fixed the issue.
-
SMTP rejected for some users
For some of our users, their SMTP connections are being denied, with:
902 Host names have more than one DNS label
This error appears to come from https://codeclimate.com/github/msimerson/Haraka/plugins/helo.checks.js/source
I don't know how to walk them through finding out what HELO their device is sending to validate it, but it seems related to the plugin.cfg.reject.valid_hostname setting. Did this change in 5.0.3 ?
-
RE: Custom Wildcard Certifiate not applied to email
@girish Thank you, the workaround worked.
I grabbed out the certs that were there before. I don't know if it would help to attach them, but they look like standard Lets Encrypt Authority X3 issued certs.
-
RE: Backups failing with ERR_STREAM_WRITE_AFTER_END
@girish said in Backups failing with ERR_STREAM_WRITE_AFTER_END:
npm install git+https://github.com/cloudron-io/aws-sdk-js.git#continue_once
This has worked for me.
Just as a note, I had to
su yellowtent
rather thansudo
, as NPM kept complaining about root owned cache files (sinceHOME
was still pointing at/root/
). Just in case anyone else needs to follow these instructions.