L
LeandroG
Guest
Hi everyone,
I recently upgraded to Plesk 9.3 (though it was the solution) but now I'm facing an escalating spam problem...
As long the spammer knows an internal email account he can send emails to all internal email accounts without knowing any password (and I have the SMTP Authentication option activated)
Here is an example...
And an email was received by the user2 account...
How can I protect my local domains from these attacks? Should I upgrade to 9.5 ?
Any help would be appreciated
TIA
Leandro
I recently upgraded to Plesk 9.3 (though it was the solution) but now I'm facing an escalating spam problem...
As long the spammer knows an internal email account he can send emails to all internal email accounts without knowing any password (and I have the SMTP Authentication option activated)
Here is an example...
Code:
telnet mail.domain.com 25
Trying aaa.bbb.ccc.ddd...
Connected to mail.domain.com.
Escape character is '^]'.
220 mail.domain.com ESMTP
HELO
250 mail.domain.com
MAIL FROM:<[email protected]>
250 ok
RCPT TO:<[email protected]>
250 ok
DATA
354 go ahead
From:<[email protected]>
To:<[email protected]>
Subject: SPAMMER ATTACK!
SPAM TEXT
.
250 ok 1274302485 qp 21736
502 unimplemented (#5.5.1)
QUIT
221 mail.domain.com
Connection closed by foreign host.
And an email was received by the user2 account...
How can I protect my local domains from these attacks? Should I upgrade to 9.5 ?
Any help would be appreciated
TIA
Leandro