Finally, I get to contribute!
Copy the following in a batch file in your system32 directory. Then use task schedule to run it every x hours. Enjoy! ------------------Copy text between lines only----- logevent -s I -r ImailReset.bat "Imail Reset Started" Net Stop "IMail IMAP4 Server" Net Stop "IMail Monitor Service" Net Stop "IMail POP3 Server" Net Stop "IMail Queue Manager Service" Net Stop "IMail SMTP Server" Net Stop "IMail Sys Logger Service" Net Stop "IMail Web Calendar Service" Net Stop "IMail Web Service" Net Start "IMail Web Service" Net Start "IMail Web Calendar Service" Net Start "IMail Sys Logger Service" Net Start "IMail SMTP Server" Net Start "IMail Queue Manager Service" Net Start "IMail POP3 Server" Net Start "IMail Monitor Service" Net Start "IMail IMAP4 Server" logevent -s I -r ImailReset.bat "Imail Reset Restarted All Mail Services Succefully" exit ---------------------------------------------------- Dave ----------------------------------- |Beach Computers | |Affordable Online Solutions | |http://www.beachcomp.com | =================================== |Cheap Domain Warehouse | |Get Your Own Dot! | |http://www.cheapdomainwarehouse.com| ---------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Van Hefner Sent: Wednesday, July 07, 2004 1:42 PM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Ipswitch's URL Blacklist Just keep in mind that automatically downloading the file will not do you any good unless you also have a way of stopping and restarting the SMTP and QUEUMGR services at regular intervals as well, since each needs to be restarted in order for the new list to "take". Fortunately, such a script is pretty simple to write as a batch file. I will eventually include links to some automated scripts on my website. Haven't had a chance to work on that yet. William Van Hefner Network Administrator Vantek Communications, Inc. [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Christopher > Checca > Sent: Wednesday, July 07, 2004 10:28 AM > To: [EMAIL PROTECTED] > Subject: RE: [IMail Forum] Ipswitch's URL Blacklist > > > http://www.checca.net/downloadhttp.zip > > here's a little script that will download William's file from his web > site http://www.vantekcommunications.com/spam via HTTP and replace the > file in the imail directory. I can't take credit for the script ... > just modified another programmers script for a different purpose but > it works for this also. > > Got to say thanks to the internet and sharing of knowledge! > > Christopher Checca > Packard Transport, Inc. > IT Department > 24021 South Municipal Dr > PO Box 380 > Channahon, IL. 60410 > 815 467 9260 > 815 467 6939 Fax > [EMAIL PROTECTED] > www.packardtransport.com > > > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: > http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
