scristopher
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by scristopher-
Not really a whmcs forum but it almost looks like your trouble starts during a mysql query: sendto(3, "w\0\0\0\26select * from `tbltask_stat"..., 123, MSG_DONTWAIT, NULL, 0) = 123 This repeats...
-
It was the exim+dovecot brute-force attack detection in imunifi360, it somehow enabled itself and was causing the issue. After disabling everything was fine.
-
Well I changed my nameservers and now I'm not getting any issues, that was the only thing I could find that was different between these servers and that appears to have done it.
-
Are you seeing this occur for one domain on this server only or any domain on this server is experiencing the issue? In case anyone is curious DANE is DNS-Based Authentication of Named Entities a...
-
Hi I'm getting the same error in /usr/local/cpanel/logs/login_log when users are logging into roundcube today after and update to 76.0.6 [2018-11-14 09:00:49 -0500] info [webmaild] xx.xxx.xxx.xx -...
-
Excellent! Glad you got it resolved.
-
Not really a whmcs forum but it almost looks like your trouble starts during a mysql query: sendto(3, "w\0\0\0\26select * from `tbltask_stat"..., 123, MSG_DONTWAIT, NULL, 0) = 123 This repeats...
-
@ Manage SSL Hosts. By default there is a self signed certificate in there that is used as the main shared ssl certificate, so basically anyone visiting the hostname of the server would see the sel...
-
Actually I got it figured out, the thing that was getting me was the default shared ssl certificate. Once I swapped out the default shared cert with my commercial cert all was well. Nonetheless tha...
-
Have you tried: Tweak Settings -> Redirection -> Always redirect to SSL/TLS? If enabled will redirect: domain.tld:2095 to host.tld:2096 and domain.tld:2082 to host.tld:2083 Hi thanks for the reply...