-
Notifications
You must be signed in to change notification settings - Fork 28
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
mail config #414
mail config #414
Conversation
8b0630d
to
94748cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try this change with the ocis-mail
deployment example. When I run it, the notifications service is in a restart loop with following error:
notifications-755d65b87b-8twwr notifications unknown value 'auto' for 'smtp_encryption' in service notifications. Allowed values are 'starttls', 'ssltls' or 'none'
Could you please check why auto
is not a accepted value?
charts/ocis/values.yaml
Outdated
# -- Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssl’, ‘ssltls’, ‘tls’ and ‘none’. | ||
encryption: none | ||
# -- Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssltls’, ‘auto’ and ‘none’. | ||
# -- Values 'ssl' and 'tls' are deprecated and will be removed in version "6.0.0". Use 'starttls' instead of 'tls' and 'ssltls' instead of 'ssl'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be removed in version "6.0.0"
I think this leaves some rooms for confusion, because this Helm Chart also has a version (that is far away from version 6) but we could improve it like this: will be removed in oCIS release 6.0.0
This was nonsense, please see @rhafer's review. |
Description
Changed the default value for encryption, also indicated which values are outdated and will be removed in version "6.0.0"
Related Issue
next
branch #409How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
make docs
) and committed