Releases: oldium/microsoft-smtp-oauth2-proxy
Releases · oldium/microsoft-smtp-oauth2-proxy
Microsoft SMTP OAuth2 Proxy 1.2.2
Version highlights:
- Updated dependencies to fix security issues reported by Dependabot.
- Updated all used libraries.
Full Changelog: v1.2.1...v1.2.2
Microsoft SMTP OAuth2 Proxy 1.2.1
Version highlights:
- Fixed response in pre-STARTTLS state according to RFC 3207 to be
530 5.7.0 Must issue a STARTTLS command first. - Fixed
test-send-dbtool to support auto-TLS ports.
Full Changelog: v1.2.0...v1.2.1
Microsoft SMTP OAuth2 Proxy 1.2.0
Version highlights:
- Single-port with SSL/TLS and STARTTLS protocol detection. See
SMTP_AUTOTLS_PORTinenv.examplefor details.
Full Changelog: v1.1.1...v1.2.0
Microsoft SMTP OAuth2 Proxy 1.1.1
Version highlights:
- Fixed server-side rendering of exposed ports configuration.
Full Changelog: v1.1.0...v1.1.1
Microsoft SMTP OAuth2 Proxy 1.1.0
Version highlights:
- Allow configuration of allowed and disallowed emails and domains. New users will be validated against those rules.
- Allow hiding of the ports from UI. This is useful for locally running SMTP server on port 25, which is not exposed by reverse proxy to the internet.
- UI pop-up messages refresh.
Full Changelog: v1.0.0...v1.1.0
Microsoft SMTP OAuth2 Proxy 1.0.0
Initial release, features:
- SMTP proxy with client-side basic authentication
- SMTP proxy with server-side OAuth2 authentication
- Web UI with OAuth2 login and display of configuration