Page 1 of 1
Error logs flooding hard drive. I think. Windows 2003.
#2
Posted 06 January 2005 - 05:53 PM
Please does anyone know what I could do to stop this? I've stopped the Exchange services from running, but how will I solve this problem when we make the switch?
Also, The mailbox store database is be getting larger even though, like I said, no one is using it and there are no mailboxes configured.
Thanks for any help you can give.
Also, The mailbox store database is be getting larger even though, like I said, no one is using it and there are no mailboxes configured.
Thanks for any help you can give.
#3
Posted 06 January 2005 - 06:42 PM
To help you out with the deletion of log files just add this batch script to run every 1/2 hour as a scheduled task:
erase "c:\Program Files\Exhchange\MDBDATA\E0000*.log"
So you can at least concentrate on the other problem.
HTH
erase "c:\Program Files\Exhchange\MDBDATA\E0000*.log"
So you can at least concentrate on the other problem.
HTH
#4
Posted 07 January 2005 - 12:35 PM
Ignore the above.
Do NOT set upthe batch script.
Refer to your other post with answers by Clutch, Dosfreak, apk.
Link courtesy of Dosfreak http://weblogs.asp.net/exchange/archive/2004/05/12/130556.aspx
Do NOT set upthe batch script.
Refer to your other post with answers by Clutch, Dosfreak, apk.
Link courtesy of Dosfreak http://weblogs.asp.net/exchange/archive/2004/05/12/130556.aspx
#5
Posted 07 January 2005 - 01:25 PM
It sounds like your Email server is being Spammed, you need to configure SMTP for your domain and disable Anonymous login for the SMTP Virtual servers.
See http://www.msexchange.org/tutorials/SMTP_Virtual_Server_Uncovered.html
See http://www.msexchange.org/tutorials/SMTP_Virtual_Server_Uncovered.html
#6
Posted 07 January 2005 - 05:18 PM
Yeah, I tried to disable anonymous access wherever I could, but they still kept coming. I don't know what I was doing wrong.
#7
Posted 08 January 2005 - 01:29 AM
Okay, I finally got the spamming to stop. However, the badmail folder is continuing to fill up. Any ideas on what it could be?
#8
Posted 10 January 2005 - 08:36 PM
Your Exchange server is most probably being used as relay server.
Check your firewall or router settings and see what open ports you have and to where they redirect.Also check as your server is not exposed as a DMZ.
Check your firewall or router settings and see what open ports you have and to where they redirect.Also check as your server is not exposed as a DMZ.
#9
Posted 10 January 2005 - 11:04 PM
Badmail will continue to fill up; Microsoft doesn't provide a way to automatically delete it.
Here's a batch file I made for my Exchange server at work:
del "C:\Program Files\Exchsrvr\Mailroot\vsi 1\BadMail\*.*" /Q
Put that in a .bat file and schedule it to run early in the morning every day and you'll be fine.
Here's a batch file I made for my Exchange server at work:
del "C:\Program Files\Exchsrvr\Mailroot\vsi 1\BadMail\*.*" /Q
Put that in a .bat file and schedule it to run early in the morning every day and you'll be fine.
Share this topic:
Page 1 of 1

Help










