MTA-STS policy error

Hi all!

I just completed the Tutorial at https://docs.kumomta.com/tutorial/checking_logs/ and when I try to send my first email I get the following error:

KumoMTA internal: failed to connect to any candidate hosts: MTA-STS policy for hotmail.com. is set to enforce but the current MX candidate hotmail-com.olc.protection.outlook.com. does not match the list of allowed hosts. MtaStsPolicy { mode: Enforce, mx: [\"*.olc.protection.outlook.com\"], max_age: 604800, fields: {} }

I could not find anything about this policy. Do you know what I am doing wrong?

Thanks in advance!

This is a bug that has already been fixed in the dev builds; install a dev build and you should be all-set. (fix: MTA-STS policy failed to match due to trailing periods · KumoCorp/kumomta@b4e3118 · GitHub)

Thanks, I will give it a try!

It’s working now. Thanks Wez!