Casper
Casper
[This](https://serverfault.com/a/539377) could solve your problem. [Here](https://docker-mailserver.github.io/docker-mailserver/v13.3/config/advanced/optional-config/) you find information on how to customize amavis in DMS.
Non of the current maintainers is using a LDAP setup. So the chances that someone will pick it up is pretty low. Unless you want to implement this feature yourself,...
fyi, there is no need for complicated parsing of the certificate: ```bash if openssl x509 -noout -checkend 0 -in $CERTIFICATE; then echo "not expired" else echo "expired!!!" fi ``` or...
This seems still to be an issue (Infinitiy Version 5.3.6) For example, when viewing [this](https://www.reddit.com/r/bash/comments/10pwd8q/print_just_first_lines_beginning_with_via_sed/ ), the second code block contains `sed -nE '/^>/ {`, which is displayed as `sed...
I've updated to `v5.4.0-beta4` and the issue is gone 👍
> If you turn on debugging in the call-service node what does the debug tab show it is sending to Home Assistant? This weird. As soon as I activate debugging...
I did more testing. It has nothing to do with the debug option. If I open the node, making no changes and hit done, something is changed (behind the scenes)....
I did more testing. I reverted back to the working 16.0.2 addon version. Then I exported the node as json. After that, I upgrade to 17.0.3 and fixed the node...
> Is literally the only way to fix this to go to every home assistant node, resave it and deploy?! I've got hundreds of nodes, is there not a way...
This is still an issue when upgrading from 16.0.2 to 17.0.7.