Search K
Appearance
Appearance
Released: 2026-06-??
The Exim configuration is updated to use a more secure email delivery mode for outgoing emails. When outgoing email is being routed, Exim will check the MX records for the destination domain even if this domain is configured as local on the server. If MX records point back to the server, the local mail delivery will be performed. If MX records point to an external server, then email will be delivered over SMTP.
Key benefits of this change:
gmail.com or proton.me as his own domain, he will not be able to hijack outgoing emails for these domains that are being sent by other users on the same server.This new feature is controlled with the FORCED_MX_DNS_CHECK macro. It is enabled by default but can be disabled by setting this macro to the value no.
Examples:
# Disable strict MX checking (insecure):
sed -i '/^FORCED_MX_DNS_CHECK /d' /etc/exim.variables.conf.custom
echo 'FORCED_MX_DNS_CHECK = no' >> /etc/exim.variables.conf.custom
da build exim_conf
# Restore strict MX checking
sed -i '/^FORCED_MX_DNS_CHECK /d' /etc/exim.variables.conf.custom
da build exim_confWithin the "API Documentation" page, when trying out a POST/PATCH/PUT API request, the text inside apparent textarea was indistinguishable from the background.
When editing a route in Nginx Unit, clicking "Save" now automatically closes the dialog.
The "Custom Error Pages" page (found in user level, under the "Advanced Features" category) was removed.
/docs/swagger.json redirect to /static/swagger.json was removed.