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

fix: STARTTLS command not implemented #138

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Conversation

net-expertise
Copy link
Contributor

STARTTLS command is not implemented because TLS is enabled on the outgoing instead of the incoming traffic. smtp in smtp_use_tls needs to be replaced by smtpd

STARTTLS command is not implemented because TLS is enabled on the outgoing instead of the incoming traffic.
smtp in smtp_use_tls needs to be replaced by smtpd
@bokysan
Copy link
Owner

bokysan commented Sep 15, 2023

Thank you for the input. Your change now disables TLS for outgoing traffic. Why wouldn't we enable it both ways? I see no harm in this?

@bokysan bokysan merged commit 5d3c609 into bokysan:master Sep 27, 2023
3 checks passed
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.

2 participants