Answer the question
In order to leave comments, you need to log in
How to catch a site from which there is spam from Exim'a on the server?
Здрвствуйте! Имеется VPS'ка на CENTOS c панелью ISPManager. С недавнего времени сервер стал часто падать,как оказалось из-за забитых inodes + писем в очереди было 2000000!!!!!! Ок,полез на инет за командами и через консоль почистил очередь и писем стало где-то 13000 и процент нагрузки снизился. Ок,думаю все норм,но не тут то было. Все по новой...inodes растут,очередь пополняется и думаю дай гляну чем exim занимается и обнаружил что он все пытается принять/отправить какие-то письма с адресов типа [email protected],[email protected] и т.д. Потом командой top обнружил что exim больше всех появляется в процессах. Так вот к чему это я...на просторах нашел пост про выявления спам пользователя на серве,но там есть строчка команды,которая у меня не проходит,а если проходит то пишет просто 45 и все,а не как там путь к проблемным папкам.
Here is a link to everyone: Zhmyak
And here is the team
grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n
[06-Feb-2016 18:51:22 Europe/Moscow] mail() on [/var/www/user/data/www/domain.ru/modules/core/mail/sendmail.php:25]: To: [email protected] -- Headers: X-HostCMS-Reason: Alert Precedence: bulk From: [email protected] X-Mailer: HostCMS Reply-To: <[email protected]> Return-Path: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------145477388256B6167AC47DA"
66.249.78.251 - - [06/Feb/2016:19:58:38 +0300] "POST /instances.php HTTP/1.0" 200 1510 "http://domain.ru/" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
Answer the question
In order to leave comments, you need to log in
1. Check the security of the mail server, enable checks: DNSBL and so on.
2. Prohibit the direct call of the mail sending script via GET.
3. Make a hash key when clicking in the form field via ajax (this is better than captcha).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question