chris matthews
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 17
Activity overview
Latest activity by chris matthews-
chris matthews commented,
From Cpanel tech: Although MySQL 9 is running, you may still experience issues with the service as it is not supported on cPanel, so the downgrade is recommended.
-
chris matthews commented,
For us, the support article caused loads of errors, in the end a Cpanel tech got mysql 9 working and said we should continue from step 10 of 24 ! again. No thanks, we will keep myql 9 running unt...
-
chris matthews commented,
Tried the fixes listed but still not fixed. log shows: Invalid MySQL server downgrade: Cannot downgrade from 90700 to 80409. Downgrade is only permitted between patch releases.
-
chris matthews commented,
Not resolved yet?? @ cPRex wrote "Update - this is fixed and will be included in a future release."
-
chris matthews commented,
Yea!
-
chris matthews commented,
Searching around, we found that clients of DA ( is that swearing? :) ) had the same problem after updating to dovecot 2.4. the code below fixes it. Though we wonder if cPanel updates CSF it may ge...
-
chris matthews commented,
Possibly, however there are firewall settings missing. And along with the dovecot 2.4 update messing up the pop3/smtp blocks no longer occurring, suggest the cpanel/csf version was released a littl...
-
chris matthews commented,
Ah! too many csf.conf on our servers, some have the missing settings, some don't. /etc/csf/csf.conf/opt/csf/csf.conf/opt/csf/cpanel/csf.conf/etc/csf.backup/csf.conf/usr/src/csf/csf.conf/usr/src/csf...
-
chris matthews commented,
# This perl script worked better for us than the one we posted above.if ($line =~ /dovecot: (?:imap|pop3)-login: (?:Login aborted|Disconnected).*\(auth failed.*rip=([\d\.]+)/) { return ("Failed ...
-
chris matthews commented,
"In Dovecot 2.4.2, the log format for failed logins has changed, which breaks the default regex patterns in CSF/LFD. To fix this, you must add a custom regex to the CSF configuration. " 1. Add the ...