You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obsolete SASL LOGIN mechanism is no longer enabled by default. To re-enable
its support, use sasl_login directive in endpoint configuration.
STARTTLS plaintext fallback removed in target.smtp
If STARTTLS support is requested for connection in target.smtp
and the target server does not support STARTTLS message will not be
sent over plaintext connection.
require_tls directive is deprecated and will be removed in a future release. attempt_starttls directive is deprecated and is equivalent to
the newly added starttls directive.
STARTTLS plaintext fallback in target.remote is more strict
If STARTTLS command is rejected by the remote server or connection error
happens before STARTTLS completes (that is, no TLS handshake takes place)
then unauthenticated TLS or plaintext fallback is no longer attempted.
maddy now supports HAProxy PROXY protocol for IMAP and SMTP endpoints
via proxy_protocol directive. Both v1 (text) and v2 (binary) versions
are supported. There is also additional support for second TLS layer
between proxy and maddy that can be configured using proxy_protocol.tls
directive.
RFC 2136 libdns provider
Built-in ACME client can be configured to set DNS-01 challenge records
using RFC 2136 protocol.
Support is not compiled-in by default and should be enabled using
libdns_rfc2136 build tag.
libdns/gandi: Upgraded to the latest version of gandi libdns, which fixes an issue where new records could not be created (PR upgrade Gandi libdns to 1.0.3 #673).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Important changes
SASL LOGIN disabled by default
Obsolete SASL LOGIN mechanism is no longer enabled by default. To re-enable
its support, use
sasl_login
directive in endpoint configuration.STARTTLS plaintext fallback removed in target.smtp
If STARTTLS support is requested for connection in
target.smtp
and the target server does not support STARTTLS message will not be
sent over plaintext connection.
require_tls
directive is deprecated and will be removed in a future release.attempt_starttls
directive is deprecated and is equivalent tothe newly added
starttls
directive.STARTTLS plaintext fallback in target.remote is more strict
If STARTTLS command is rejected by the remote server or connection error
happens before STARTTLS completes (that is, no TLS handshake takes place)
then unauthenticated TLS or plaintext fallback is no longer attempted.
New features
PROXY protocol support
maddy now supports HAProxy PROXY protocol for IMAP and SMTP endpoints
via
proxy_protocol
directive. Both v1 (text) and v2 (binary) versionsare supported. There is also additional support for second TLS layer
between proxy and maddy that can be configured using proxy_protocol.tls
directive.
RFC 2136 libdns provider
Built-in ACME client can be configured to set DNS-01 challenge records
using RFC 2136 protocol.
Support is not compiled-in by default and should be enabled using
libdns_rfc2136 build tag.
ACME-DNS libdns provider
Built-in ACME client can not be configured to delegate DNS-01 challenge
to the https://github.com/joohoi/acme-dns server.
Support should be enabled via libdns_acmedns build tag.
Bug fixes
Misc improvements
Build attestation
This discussion was created from the release maddy 0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions