GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
If he is using your server to send emails to destination addresses that are not on your server then he needs to authenticate when sending. Otherwise your server would be acting as an open relay wh...
-
The command output would not indicate any spam spam issues currently. Your processlist is not complete though. Use this command: ps axf
-
You may want to post your processlist here too just so we can verify.
-
Not really no. How big is your mail queue? Try running this command: echo "Top Senders: "; exim -bpr | grep -Eo "<[^ ]*@[^ ]*>" | sort | uniq -c | sort -nr | head -3; echo "Common Subjects: "; ...
-
I'm not seeing anything in these logs that indicate an outgoing spam issue. But if nothing is showing up in the reports, you should probably review your process list and see if you have any rougue...
-
I've not encountered that before. Are you still on EA3?
-
Unfortuantely, you have listed the tools necessary to find these files and we don't have any additional visibility here. I would review again the output of find / -user CPANELUSERNAME and see if y...
-
Its possible the quotas are messed up. Also its possible that your VM is not set up properly for quotas, this is especially common if you have an OpenVZ container. You can try running /scripts/fi...
-
Did you assign the user (grant) to the database after you created the user?
-
cPanel doesn't have built in package support or management of redis, so doing something that would be package based would not be possible. It is, however, possible to enable authentication in redi...