Solved option "message_linelength_limit"

MisterM

Verified User
Joined
Jul 31, 2022
Messages
382
Since the update of Exim this option does not work anymore ....

main option "message_linelength_limit" unknown
2023-XX-XX XX:XX:XX Exim configuration error in line 5 of /etc/exim.variables.conf:
main option "message_linelength_limit" unknown
 
Hello,

Since an update to what Exim version the option does not work?

Works fine for me with Exim version 4.96-58-g4e9ed49f8 #2 built 17-Feb-2023 23:06:35

But I have it only in /etc/exim.conf

Code:
# grep -n message_linelength_limit /etc/exim.*conf*
/etc/exim.conf:1022:  message_linelength_limit = 52428800
/etc/exim.conf:1032:  message_linelength_limit = 52428800


You might remove it from /etc/exim.variables.conf.custom and re-install Exim.conf
 
Hello,

Since an update to what Exim version the option does not work?

Works fine for me with Exim version 4.96-58-g4e9ed49f8 #2 built 17-Feb-2023 23:06:35

But I have it only in /etc/exim.conf

Code:
# grep -n message_linelength_limit /etc/exim.*conf*
/etc/exim.conf:1022:  message_linelength_limit = 52428800
/etc/exim.conf:1032:  message_linelength_limit = 52428800


You might remove it from /etc/exim.variables.conf.custom and re-install Exim.conf
4.96-58-g4e9ed49f8

That's it, we can close the subject, Alex, thank you
 
Back
Top