mickael
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by mickael-
@mickael - it likely wasn't necessary, and could cause conflicts in the future with other cPanel packages. Oh dear, how to fix? When I install .tar.gz with make and make install, I never know ho...
-
Last night I followed this tutorial Now the question I ask myself, was it necessary to do this or did I break things? [QUOTE][14:17:29] root@ns [~]# cat /etc/redhat-release CentOS Linux release...
-
I updated: yum update there was openssl111n but it didn't update: [22:24:03] root@ns [~]# openssl version OpenSSL 1.0.2k-fips 26 Jan 2017 [22:24:05] root@ns [~]# how to repair? I restarted the d...
-
gcc --version gcc -v returned the new version but not him: /usr/bin/gcc -v I replaced the ./configure and make with: ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --...
-
Hi @cPRex Since this morning I haven't been idle, I tried to update and it seems to be a success To start, I remove what I installed by mistake: yum remove devtoolset-9-* Then I : 949 2022-03...
-
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 | ...