Skip to content
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

Merged
merged 4 commits into from
Oct 27, 2023
Merged

mail config #414

merged 4 commits into from
Oct 27, 2023

Conversation

case0sh
Copy link
Contributor

@case0sh case0sh commented Oct 19, 2023

Description

Changed the default value for encryption, also indicated which values are outdated and will be removed in version "6.0.0"

Related Issue

How Has This Been Tested?

  • test environment: k8s, minikube, helm-chart
  • test case 1:

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation generated (make docs) and committed
  • Documentation ticket raised:
  • Documentation PR created:

@case0sh case0sh force-pushed the mail-config branch 2 times, most recently from 8b0630d to 94748cb Compare October 19, 2023 14:40
@case0sh case0sh requested a review from wkloucek October 19, 2023 14:42
@case0sh case0sh marked this pull request as ready for review October 19, 2023 14:42
Copy link
Contributor

@wkloucek wkloucek left a 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?

# -- 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'.
Copy link
Contributor

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

@wkloucek
Copy link
Contributor

wkloucek commented Oct 25, 2023

@case0sh I found the oCIS bug, which disallows actually configuring auto: owncloud/ocis#7577

We need to wait for a fix before merging this PR.

This was nonsense, please see @rhafer's review.

charts/ocis/docs/values.adoc.yaml Outdated Show resolved Hide resolved
@case0sh case0sh requested a review from wkloucek October 25, 2023 10:11
@wkloucek wkloucek merged commit 0fc70f2 into next Oct 27, 2023
@delete-merged-branch delete-merged-branch bot deleted the mail-config branch October 27, 2023 08:00
@wkloucek wkloucek mentioned this pull request Mar 18, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants