-
Notifications
You must be signed in to change notification settings - Fork 145
Closed as not planned
Labels
StaleIssues that have not been updated for a whileIssues that have not been updated for a whileenhancementImprovements or additions to existing featuresImprovements or additions to existing features
Description
Is your feature request related to a problem? Please describe.
The protocol for port 465
is Submission and not SMTP.
Describe the solution you'd like
Replace smtps
with submissions
in
Line 628 in cfc2b7b
## @param ingress.proxyProtocol.smtps Enable PROXY protocol for SMTPS (465/tcp) |
and
Line 687 in cfc2b7b
## @param front.externalService.ports.smtps Expose SMTP port (TLS) - 465/tcp |
Make sure it stays backward compatible by supporting
smtps
until the next major release.
Describe alternatives you've considered
N/A
Additional context
https://datatracker.ietf.org/doc/html/rfc8314#section-7.3
Metadata
Metadata
Assignees
Labels
StaleIssues that have not been updated for a whileIssues that have not been updated for a whileenhancementImprovements or additions to existing featuresImprovements or additions to existing features