Minor changes
- cli: Add --no-specialuse flag for imap-acct create
- Add support for GCore DNS in ACME client (thanks @prologic)
- Slightly improve debug logging for complex authentication pipelines
- aarch64 release artifacts images are now available (thanks @nurmukhametov)
- target/queue: Implement maddy_queue_length metric (thanks @spiarh)
- target/smtp, target/remote: Reduce StaleKeyLifetimeSec to 4 minutes (thanks @cfbraun)
Fixes
- auth/sasl: Add missing usernameForAuth call
- endpoint/smtp: Drop duplicate RunEarlyChecks call
- endpoint/smtp: Fix auth_map being ignored
- target/smtp: Make
tls_clientconfiguration work intarget.smtpblock (thanks Mark Lipscombe) - endpoint/smtp: Correctly announce SASL LOGIN capabilty (thanks @mlipscombe)
- target/smtp: Fix default value for tls_client
- Fix numerous documentation typos (thanks @spiarh, @d3vw, @hcl).