lx24
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by lx24-
How about resetting DNS zone for your main domain and then restart DNS server? You can add spf and DKIM keys, /usr/local/cpanel/bin/spf_installer username /usr/local/cpanel/bin/dkim_keys_inst...
-
The issue eventually with your server firewall. Can you try with disabling firewall? Have you installed CSF?
-
Hi, You have to find out which account causing the high load.. Check mysql process using : mysqladmin pr See the processes of user and then check what is going on under such account. You may a...
-
Happy to help :)
-
I guess you have centos. You have to add the code in your named.conf file, listen-on port 53 { 127.0.0.1; any; }; allow-query { localhost; any; }; allow-query-cache { localhost; any; }; ...
-
Hi, What is your named.conf configuration?
-
Under VPS edit /etc/fstab, nano /etc/fstab and insert below lines, mount /dev/loop0 -o noexec,nosuid,rw /dev/tmpFS /tmp mount /dev/loop0 /dev/tmpFS -o noexec,nosuid,rw Now run command below, m...
-
You can find many threads around the fourm regarding securing tmp folder. Use : /scripts/securetmp
-
Hi, Are you able to ping from the server? Also what is your /etc/resolve.conf configuration? Paste sample exim log for the email you send grep abc@abc.com /var/log/exim_mainlog
-
Most of the things appears to be tuned. Are you facing any issue? Do you want to check benchmark score of your environment? If you so then you can check with unix bench or any other tool