GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Did you restart csf after editing the conf? /etc/csf/uninstall.sh
-
Personally, I would suggest the opposite, keep CSF and ditch firewalld. CSF makes managing the firewall super easy, its very extensible and does a lot more than you could do with firewalld manually.
-
Do you have another firewall interface installed like CSF? If so you should turn off and disable firewalld and use the CSF configuration files instead.
-
Why was this site added manually to an Apache include instead of adding it as a second domain in whm?
-
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?