-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Description
Hello, I am running chasquid since a couple of months now and it works great.
However, I observed that I am currently not able to receive mail from outlook.com (not sure if this ever worked in the past weeks...). So I signed up, sent some mail - the enabled debug log indeed reveals the issue (name of my mail-server redacted):
. conn.go:198 SMTP.Conn 52.103.10.11:58737: Connected, mode: SMTP
. conn.go:261 SMTP.Conn 52.103.10.11:58737: -> EHLO CO1PR03CU002.outbound.protection.outlook.com
. conn.go:314 SMTP.Conn 52.103.10.11:58737: <- 250 xxx.xxx.xxx - Your hour of destiny has come.\n8BITMIME\nPIPELINING\nSMTPUTF8\nENHANCEDSTATUSCODES\nSIZE 52428800\nSTARTTLS\nHELP\n
. conn.go:261 SMTP.Conn 52.103.10.11:58737: -> STARTTLS
. conn.go:1102 SMTP.Conn 52.103.10.11:58737: <- 220 You experience a strange sense of peace
. conn.go:314 SMTP.Conn 52.103.10.11:58737: <- 554 5.5.0 Error in TLS handshake: EOF
_ conn.go:318 SMTP.Conn 52.103.10.11:58737: error: STARTTLS failed: 554 5.5.0 Error in TLS handshake: EOF
. conn.go:346 SMTP.Conn 52.103.10.11:58737: client closed the connection
I am not sure what to make of this 🤔 But maybe someone can confirm the issue to begin with or has an idea how to proceed.
Thanks,
Michael