Hello
Since today we have a big problem. Multiple spammers (most from china) are able to send spam through our server using smtp authentication. As soon i disable the smtp authentication they can not send spam anymore.
Two possibilities:
1. qMail has a bug with smtp auth
2. Someone catched an user and password from an user
I dumped some network traffic and tried it manually with telnet:
What do you think about that?
Is there a way to find out which user account they may use??
Thank you very much for your help.
Urs
Since today we have a big problem. Multiple spammers (most from china) are able to send spam through our server using smtp authentication. As soon i disable the smtp authentication they can not send spam anymore.
Two possibilities:
1. qMail has a bug with smtp auth
2. Someone catched an user and password from an user
I dumped some network traffic and tried it manually with telnet:
Code:
$ telnet 12.34.56.78 25
Trying 12.34.56.78...
Connected to 12.34.56.78.
Escape character is '^]'.
220 myserver.domain.com ESMTP
EHLO gub
250-myserver.domain.com
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-STARTTLS
250-PIPELINING
250 8BITMIME
AUTH LOGIN
334 VXNlcm5hbWU6
aW5mbw==
334 UGFzc3dvcmQ6
YWRtaW4=
235 go ahead
mail from: [email protected]
250 ok
rcpt to: [email protected]
250 ok
data
354 go ahead
asdf
asdf
asdf
.
250 ok 1201260277 qp 16005
QUIT
What do you think about that?
Is there a way to find out which user account they may use??
Thank you very much for your help.
Urs