mickael
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by mickael-
@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 ?
-
@cPRex Ok
-
@cPRex I'd love to upgrade to Edge but it says it's not recommended to use it in production, and also it'll be hard to go back to "Current" next time. Already that "Release" I can't take it anymore...
-
The update would be available in 'Current' version from when? For update as soon as possible.
-
I just did a quick test on a small php file: [CODE=php]$sujet = "Confirmation inscription"; $emailserver = "no-reply@name.com"; ini_set("sendmail_from",$emailserver); $entete = "MIME-Version: 1.0\...
-
Yes it is my case, mail() of PHP, it is the only concern that I encounter. I would not put any smtp system with login and password, because too long to create that, it is up to mail() of PHP which ...