Change Detection service and SSL #3416
-
|
I saw this in the SSL configuration page:
Looked around and didn't find anything about this 'Change Detection Service'. What does it do? How does it work? If I have the config: Does it monitors the if the certificates file date changes and reloads? Do I have to place it in a specific location? Use a specific volume? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Almost. The file content is monitored. These are the involved scripts: |
Beta Was this translation helpful? Give feedback.
-
|
You can view the links to relevant files provided in the other answer for more insights, but this feature works in the background without any need to configure anything differently.
Unfortunately nobody has taken the time to document it officially in our docs. It monitors some of our supported config files, but not all. It's also used behind the scenes with Another feature is the certificates, which is handled in the same way. It should monitor your certificates from a supported location ( However, this feature presently isn't supported in DMS when LDAP is used. It needs some changes to at least allow for certificate update support, but again nobody has contributed that yet. |
Beta Was this translation helpful? Give feedback.
Yeah that should work.
docker-mailserver/target/scripts/check-for-changes.sh
Lines 143 to 156 in ee7c4b1