HostingH
- Total activity 153
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by HostingH-
Hi, Using tail command you can logs on the server. Following are the paths where you can check the logs For Apache server : cd /usr/local/apache/logs/ Here you can see access logs/error logs/mod...
-
Hi, Please use following commands to catch the spammer. #exim -bpr | grep "<*@*>" | awk '{print $4}'|grep -v "<>" | sort | uniq -c | sort -n #awk '{ if ($0 ~ "cwd" && $0 ~ "home") {print $3} }' ...
-
Hi, To disable IPv6 for exim, please go through following steps, Change following line in exim.conf Search for :hostlist loopback = <; 127.0.0.0/8 ; 0.0.0.0 ; ::1 ; 0000:0000:0000:0000:0000:fff...
-
Re: Question regarding IP setup during cPanel installation .. Hi, You can add other IPs through WHM >> Home " IP Functions " Add a New IP Address option. It will not create any problem.
-
Hi, In csf.conf enable portflood and synflood as per the need. If csf can not help then please go with DC (HardwareFirewall) Set the values as follows: ------------------------ SYNFLOOD = "1" SYN...
-
Hi, Yes, you can clear it or repair it. to clear it use following steps Go to mysql mysql use eximstats Then from with the query browser run delete from sends; delete from smtp; delete from...
-
Yes you can delete it.
-
Hello Imran, There is no any such mail log file for particular user. All users mail log files is /var/log/exim_mainlog
-
Hello Imran, Please check Apache error/access/suphp and domlogs. Also check mysql logs under /var/lib/mysql/ur.hostname.com.err. Using WHM >> List account >> Disk space usage, there you can sort t...
-
To check your current PHP configuration please use following command /usr/local/cpanel/bin/rebuild_phpconf --current To enable SuPHP, simply execute the following command: # /usr/local/cpanel/bi...