-
What happened?emails received from @outlook.com are not getting into the mailbox of the recipient. Possibly because of this ? I'm getting emails from a lot of different mail provider without issue. How can we reproduce the problem?1 - create an account on outlook.live.com Versionv0.9.x What database are you using?RocksDB What blob storage are you using?RocksDB Where is your directory located?Internal What operating system are you using?Linux Relevant log output2024-09-11T16:13:56Z INFO SMTP connection ended (smtp.connection-end) listenerId = "smtp", localPort = 25, remoteIp = ipv4_a, remotePort = 55111, elapsed = 189ms
2024-09-11T16:14:06Z INFO SMTP connection started (smtp.connection-start) listenerId = "smtp", localPort = 25, remoteIp = ipv6_a, remotePort = 19521
2024-09-11T16:14:06Z INFO SMTP EHLO command (smtp.ehlo) listenerId = "smtp", localPort = 25, remoteIp = ipv6_a, remotePort = 19521, domain = "NAM04-BN8-obe.outbound.protection.outlook.com"
2024-09-11T16:14:06Z INFO SPF EHLO check passed (smtp.spf-ehlo-pass) listenerId = "smtp", localPort = 25, remoteIp = ipv6_a, remotePort = 19521, domain = "NAM04-BN8-obe.outbound.protection.outlook.com", result = SPF check passed (spf.pass), elapsed = 32ms
2024-09-11T16:14:07Z INFO SMTP connection ended (smtp.connection-end) listenerId = "smtp", localPort = 25, remoteIp = ipv6_a, remotePort = 19521, elapsed = 319ms
2024-09-11T16:14:07Z INFO SMTP connection started (smtp.connection-start) listenerId = "smtp", localPort = 25, remoteIp = ipv4_b, remotePort = 33972
2024-09-11T16:14:07Z INFO SMTP EHLO command (smtp.ehlo) listenerId = "smtp", localPort = 25, remoteIp = ipv4_b, remotePort = 33972, domain = "NAM04-BN8-obe.outbound.protection.outlook.com"
2024-09-11T16:14:07Z INFO SPF EHLO check passed (smtp.spf-ehlo-pass) listenerId = "smtp", localPort = 25, remoteIp = ipv4_b, remotePort = 33972, domain = "NAM04-BN8-obe.outbound.protection.outlook.com", result = SPF check passed (spf.pass), elapsed = 0ms
2024-09-11T16:14:07Z INFO SMTP connection ended (smtp.connection-end) listenerId = "smtp", localPort = 25, remoteIp = 4ipv4_b, remotePort = 33972, elapsed = 281ms logs are edited to remove ip adresses. Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Try setting the log level to |
Beta Was this translation helpful? Give feedback.
-
After checking my dns zone and comparing manage/directory/domains/example.net/view, I saw missing tlsa fields. Setting them correctly fixed the issue. |
Beta Was this translation helpful? Give feedback.
After checking my dns zone and comparing manage/directory/domains/example.net/view, I saw missing tlsa fields. Setting them correctly fixed the issue.