Richard G
Verified User
Just seen this happening when I send a mail, so I checked my exim logs and I get loads of these errors both on ipv4 and ipv6.
In my case I've seen it when a message to some company was completed via the server and then this line is added with my home ip.
But I've got loads of the same (mostly customers) in the mainlog too on all servers.
I got this exim customisations on all servers in the exim.variables.conf.custom but I doubt this is causing it:
How can we fix this
In my case I've seen it when a message to some company was completed via the server and then this line is added with my home ip.
Code:
2025-09-18 22:48:56 1uzLYl-000000007va-1JyL Completed
2025-09-18 22:48:56 TLS error (SSL_read): on connection from 2001-1c05-xxx-xxx-xxx-xxx-xxx-xxx.cable.dynamic.v6.ziggo.nl (PCNAME) [2001:1c05:xxx:xxxx:xxxx:xxxx:xxxx:xxxx] error:0A000126:SSL routines::unexpected eof while reading
But I've got loads of the same (mostly customers) in the mainlog too on all servers.
TLS error (SSL_read): on connection from [162.xxx.xxx.xxx] error:0A000126:SSL routines::unexpected eof while reading
I got this exim customisations on all servers in the exim.variables.conf.custom but I doubt this is causing it:
Code:
bounce_return_message = false
AUTH_ENABLE_CONDITION = ${if !eq{$interface_port}{25}}
AUTH_BLOCK_SENDER_SPOOFING = no
How can we fix this