weelk
Basic Pleskian
I have been working on this problem since about a month with poor results. Going through logs up and down with poor results. I'm really loosing my patience with this issue and my research got me nowhere so far. I'm starting this thread with hope that someone could point me in the right direction. So thanks in advance:
System:
VPS Ubuntu 10.04.4 LTS
Plesk 12.0.18 Update #28
Postfix (relay with authorization)
Dovecot
fail2ban, mod_security
Problem:
I'm getting brute force attacks from some IPs unfortunately they dont get jailed by fail2ban for some reason, so they keep going.
example from mail.info
I understand that my post might be lacking some crucial info, but to be honest I'm not sure what else would be needed...
System:
VPS Ubuntu 10.04.4 LTS
Plesk 12.0.18 Update #28
Postfix (relay with authorization)
Dovecot
fail2ban, mod_security
Problem:
- I have email accounts that are sending spam on two domains. I can see this activity in outgoing mail control.
- There are three email address that are constantly trying to send emails over limit (15 p/h).
- I have checked with my clients and they don't send this many emails
- There is no login fails or suspicious ip in the logs (as far as I'm concerned)
- Logged php headers (if this could originate from website scripts) but it only got me to particular domain's /httpdocs and don't know how to pinpoint the script if any
- Changed passwords on email accounts but this doesn't seem to have any effect on number of emails sent
- Checked FTP logs - nothing
- zgrep 'sasl_method=LOGIN' /usr/local/psa/var/log/maillog* | awk '{print $9}' | sort | uniq -c | sort -nr
shows like increased number of logins in relation to other accounts
I'm getting brute force attacks from some IPs unfortunately they dont get jailed by fail2ban for some reason, so they keep going.
example from mail.info
Code:
Dec 11 05:48:49 My-server plesk_saslauthd[6114]: failed mail authenticatication attempt for user '[email protected]' (password len=7)
Dec 11 05:48:49 My-server postfix/smtpd[6111]: warning: unknown[198.251.79.20]: SASL LOGIN authentication failed: authentication failure
Dec 11 05:48:49 My-server postfix/smtpd[6111]: lost connection after AUTH from unknown[198.251.79.20]
Dec 11 05:48:49 My-server postfix/smtpd[6111]: disconnect from unknown[198.251.79.20]
Dec 11 05:48:49 My-server postfix/smtpd[6111]: connect from unknown[198.251.79.20]
I understand that my post might be lacking some crucial info, but to be honest I'm not sure what else would be needed...