mickael
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by mickael-
It would be necessary to remove the authorized limit (65536) to put no limit on it. [CODE=php]mail(....,message,...); In this php function, for years the message could contain an unlimited number ...
-
So I put the maximum, I hope there will be no problem with 65536 instead of 2048000 : [QUOTE] Your changes have been saved. Restarting cPanel daemons...done. Updating your system to reflect any c...
-
@cPanelZach @sgrzy01 I just tried it and it works!! I put this for both: message_linelength_limit = 2048000 On Exim version 4.95 So then on exim 4.94 and earlier versions we can consider that ...
-
@sgrzy01 I just tried it and it works!! I put this for both: message_linelength_limit = 2048000 On Exim version 4.95 So then on exim 4.94 and earlier versions we can consider that this paramete...
-
@cPanelZach I just put back exim 4.95 with /usr/local/cpanel/scripts/check_cpanel_pkgs --fix The result of exim -bP transport_list | while read list ; do echo "$list" ; exim -bP transport $list | ...
-
@DennisMidjord Yes in real the problem does not come from cpanel but from Exim 4.95, they all have problems with that since November 2021 : exim 4.95 message has lines too long for transport - Goo...
-
It is correct now for exim 4.94. I commented out the following two lines in /etc/exim.conf: #message_linelength_limit = 2048 It started !
-
In the afternoon I followed @Reado tip while still using Cpanel/whm 102.0.1: wget http://httpupdate.cpanel.net/RPM/11.98/centos/7/x86_64/cpanel-exim-4.94.2-4.cp1198.x86_64.rpm yum downgrade cpan...
-
@Reado I just did this "yum downgrade cpanel-exim-4.94.2-4.cp1198.x86_64.rpm" is it's great it works fine, thanks it's great. I didn't need to put the chown because it's correct on both names, the ...
-
Can I apply @Reado tip without breaking anything in the future? Imagine if in a few days Exim is updated again canceling Exim 4.94? or imagine if it breaks updates that don't want to run later ?