centrino Posted January 5, 2006 Posted January 5, 2006 I really need some help on this. I am running a SMTP virtual server on Windows 2003 Server IIS. I have a web application (.NET or Java) that use the service to send emails. This server is on the internet. I found other people uses my server to send spam emails out. Can anyone tell me how to prevent this? I have the following configuration properties on my SMTP server.- Access Authentication : Anonymous access Connection: only the list below 127.0.0.1 Relay: only the list below 127.0.0.1 (UNcheck allow all computer which successfully authenticate to relay..)- Delivery Outbound Security : Anonymous accessHere are some logs extracted: (Only the first 1 from 127.0.0.1 come from my application)2006-01-05 14:08:26 127.0.0.1 HELO 2502006-01-05 14:08:26 127.0.0.1 MAIL 2502006-01-05 14:08:26 127.0.0.1 RCPT 2502006-01-05 14:08:26 127.0.0.1 DATA 2502006-01-05 14:08:26 127.0.0.1 QUIT 2402006-01-05 14:08:26 64.233.163.114 - 02006-01-05 14:08:26 64.233.163.114 EHLO 02006-01-05 14:08:26 64.233.163.114 - 02006-01-05 14:08:26 64.233.163.114 MAIL 02006-01-05 14:08:27 64.233.163.114 - 02006-01-05 14:08:27 64.233.163.114 RCPT 02006-01-05 14:08:27 64.233.163.114 - 02006-01-05 14:08:27 64.233.163.114 DATA 02006-01-05 14:08:27 64.233.163.114 - 02006-01-05 14:08:29 64.233.163.114 - 02006-01-05 14:08:29 64.233.163.114 QUIT 02006-01-05 14:08:29 64.233.163.114 - 0Please help!!!
Gouki Posted January 5, 2006 Posted January 5, 2006 I recently had the same problem!Its pretty difficult to stop them from sending Mass Email using your server, thats because they problably use a simple .PHP Script.What you can do is find out here the .php file is, and delete it. Then, dont give access to suspicious users.I have just noticied you have anonymous access active. Thats not a good thing to do.This is just my opinion, its worth what its worth.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now