Lähettäjä: Quaquaraquà Päiväys: Vastaanottaja: exim-users Aihe: [exim] Error: maximum allowed line length is 998 octets, got 76
Hi,
I'm just noticing that I am not able to receive any email in my account.
They all get blocked with the following message issued:
2017-09-13 11:26:33 1ds3wH-0003N5-Bs H=mout.gmx.net [212.227.15.19]
X=TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=no F=<xxxxxxxxx@???>
rejected after DATA: maximum allowed line length is 998 octets, got 76
So I tried to amateurly comment out the section in exim.conf:
#deny message = maximum allowed line length is 998 octets, \
# got $max_received_linelength
#deny condition = ${if > {$max_received_linelength}{998}}