triantech
- Total activity 252
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 109
Comments
Recent activity by triantech-
Try this script to find the exact location of the spamming scripts : awk '{ if ($0 ~ "cwd" && $0 ~ "home") {print $3} }' /var/log/exim_mainlog | sort | uniq -c | sort -nk 1
-
Hey, It looks like you have some configurations to rate-limit the mail delivery. You can try to modify the "Maximum percentage of failed or deferred messages a domain may send per hour." values fo...
-
You can check it from mysql prompt and fire below command. His MySQL is not starting at the first place.
-
Hey, Looks to be a hardware - disk related issue as Patrick suggested. Meanwhile, make sure your /tmp isnt ful ?
-
Hey, Remove this portion "[mysqld]" from your /etc/my.cnf and give it a try !
-
Hey Matt, Are you on a VPS or a physical server ? Did you try putting the value innodb_force_recovery as 1 and attempting a restart ? You get the same errors ?
-
Hello, This should help you :
-
Hey, Changing the SSH port to a custom one should reduce the number of brute-force attacks which you get. The above one which you posted is towards your mail-server. There is always these sort of ...
-
Hey, When you attempt to send out the mails what does exim logs show ?
-
Hello, Can you check if your mailing IP is blocked by any spamdbs ? Usually hotmail policies are very strict to block mails from IPs blacklisted. Sites like mxtoolbox will help to find if your IP...