SMTP with TLS is not enabled #100
Unanswered
natasha1234567890
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SMTP with TLS is not really enabled as you can see from capabilities advertised by the server.
There should be '250-STARTTLS'
How can I enable TLS?
nh@helenubuntu:~/docker-postfix$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mailhog.example ESMTP MailHog
ehlo kk
250-Hello kk
250-PIPELINING
250 AUTH PLAIN
quit
221 Bye
Beta Was this translation helpful? Give feedback.
All reactions