juanluisbaptiste / docker-postfix

Simple SMTP relay docker image.
GNU General Public License v3.0
336 stars 166 forks source link

SMTP with TLS is not enabled #101

Closed natasha1234567890 closed 1 year ago

natasha1234567890 commented 1 year ago

Discussed in https://github.com/juanluisbaptiste/docker-postfix/discussions/100

Originally posted by **natasha1234567890** June 12, 2023 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
juanluisbaptiste commented 1 year ago

This is intentional, for the sake of simplicity when using this image, read the docs.