cPAdminsMichael
- Total activity 374
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 164
Comments
Recent activity by cPAdminsMichael-
You should only use MasqueradeAddress if your server run in NAT mode. So if you run in NAT mode, replace the IP address with your public WAN ip address. Else, remove the line (you could remove the ...
-
Hi! When passive connections are stuck at directory listing it's in 9/10 because of blocked passive ports (or bad configuration). You write that you have added MasqueradeAddress: 203.0.113.0 to th...
-
If you just google "solusvm resize disk", then the first hit shows you how to resize in SolusVM :) It might depend on your version - but else, you can just log in with SSH and resize by command line.
-
I just need to comment on your [quote]VPS Servers it reached 98% Disk and now client want to upgrade as we are using KVM We are unable to upgrade the DISK :-) That's a false statement! You are ind...
-
Generally I'd suggest and recommend what @cPRex mention... I assume that even though you only mention /boot, /home and /swap that you also have the other directories recovered? Maybe you are then j...
-
It will correct your SPF at least. According to your DNS list, you don't have any DKIM records - which is not mandatory - so at least your mail should be working after the corrected SPF record. Th...
-
Ok, that SPF record is a bit off in my opinion as it completely eliminates the reason for having a SPF at all.. :) Depending on how/from where you send out mails, you may want to change it to: "v=s...
-
Seems as you have wrong SPF/DKIM DNS entries for your domain - or maybe your IP are on some of the blacklists, but would really need more info to give an exact diagnose. If you don't want to share ...
-
I don't think it's directly related to a cPanel update as you are running MySQL Governor. How does your my.cnf file look like? Also have you tried checking for corrupt tables?
-
I would strongly recommend using incremental backup. It will both speed up your backups, but also decrease backup space needed and the load on your server while running the backups. There are a few...