Giter Club home page Giter Club logo

Comments (3)

kayrus avatar kayrus commented on May 27, 2024 1

@ditschedev I wouldn't say that 465 is deprecated. It was in RFC-6409, but then this statement was revoked in the recent RFC-8314, see https://serverfault.com/a/957769/176975

from go-smtp.

kayrus avatar kayrus commented on May 27, 2024

You mixed up SMTPS pure TLS protocol (usually 465 port) with StartTLS over plain SMTP (587).

To run server with StartTLS you need to use ListenAndServe method and openssl s_client -starttls smtp -connect relay.example.com:587 should work fine.

from go-smtp.

ditschedev avatar ditschedev commented on May 27, 2024

Thanks @kayrus.
Yeah I got irretated. Reason for that was also, that trying smtps over 465 (though its deprecated) didn't work because of a mistake in the GetCertificate func in my tls.Config. Managed to fix it and StartTLS over SMTP now works like a charm!

from go-smtp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.