rackaid
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
Comments
Recent activity by rackaid-
Reloading your OS is a good recommendation. While this does not destroy the data on the disk, reloading the OS would require someone to attach a disk to a system and run special tools to recovery...
-
That is not the firewall but the FTP configuration. You need to check your firewall. Firewalls will block the ports unless they are opened. iptables -nL Will list your firewall rules. Som...
-
Howard The .my.cnf file would only apply to MySQL client connections made from the command line. However, you can set the sql_mode on a per-session basis. SET SESSION sql_mode = 'modes'; Wher...
-
You will need to provide some more details. Exactly which password was changed? You say it was changed via the WHM service, how did you learn this? Do you have cpHulk enabled?
-
When you say emails are missing, where are they missing from? Are they missing from outlook or from the server? Have you tried webmail to see if the messages are there? (This would rule out o...
-
I cannot say for sure without checking your system, but you may have some SQL mode issues. I've seen cases where upgrades to MySQL 5.7 have caused some SQL queries to have issues. This is do a...
-
In terms of blacklist, backscatter can land your server on a blacklist. Backscatter used to be a common spam tactic. Spammers would flood your server with a spoofed reply-to. The email contents ...
-
See if you can get the full error from the end customer, sometimes it contains the IP of the server sending the error. I have seen this as some larger corporate networks where they use gateways to...
-
Does the filter support pattern anchors: $h_from: contains ".top$" or In bash, this would only match .top when at the end of a string.
-
Exim has a powerful router system for this type of use. However, I would worry that WHM may override you changes. You did not mention how many users you have to re-route. If the number is lo...