lx24
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Activity overview
Latest activity by lx24-
lx24 commented,
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...
-
lx24 commented,
The issue eventually with your server firewall. Can you try with disabling firewall? Have you installed CSF?
-
lx24 commented,
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...
-
lx24 commented,
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
-
lx24 commented,
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...
-
lx24 commented,
Happy to help :)
-
lx24 commented,
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; }; ...
-
lx24 commented,
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
-
lx24 commented,
Hi, What is your named.conf configuration?
-
lx24 commented,
You can find many threads around the fourm regarding securing tmp folder. Use : /scripts/securetmp