I have a user who has no website and no e-mails. Their public_html folder contains a single .htaccess file which defines a simple 403 redirect to their new website which is not on my server. Same in private_html. The php-mail.log is 0 bytes but I've disabled PHP just to make sure... And their configuration is:
Only one e-mail account is available and it's the default one: <username>@<domain>. I changed their password but they continue to send spam from <username>@<domain>.
The default limit was 2000 and it stopped. I played for some time - as soon as I reset their daily limit, they send again. I lowered their daily limit to 2 by now. Here is what happens when I reset it - they send immediately. The directadmin security log shows this:
.
I am pretty sure they send from some kind of script but there are no scripts in their /home/<username> folder. Where it can be?
Code:
Shell Access (ssh) OFF
Secure Socket Layer (ssl) ON
CGI-Bin OFF
PHP OFF
SpamAssassin OFF
Catch-All Email OFF
Anonymous Ftp OFF
Cron Jobs OFF
System Info OFF
Login Keys OFF
DNS Control ON
Suspend at Limit ON
Only one e-mail account is available and it's the default one: <username>@<domain>. I changed their password but they continue to send spam from <username>@<domain>.
The default limit was 2000 and it stopped. I played for some time - as soon as I reset their daily limit, they send again. I lowered their daily limit to 2 by now. Here is what happens when I reset it - they send immediately. The directadmin security log shows this:
Code:
2022:12:12-11:37:32: Warning: 2 emails have just been sent by <username>. Sender <username>@<domain> sent 2723. authenticated_id=<username> sent 2723. host=<some unknown IP for me> sent 107. 2723 emails came from /root
I am pretty sure they send from some kind of script but there are no scripts in their /home/<username> folder. Where it can be?
Last edited: