> I don't know about everyone else, but I find that the spool 
> directory gets 
> really heavily fragmented.  So much so that it takes five 
> minutes to open a 
> 10MB log file.  In it's default install location (right along 
> with all the 
> customers' boxes), it fragments everything else, leading to system 
> performance degradation.
> 
> To deal with this, I've moved the spool directory to its own 
> partition.  However, I was wondering about using Junction 
> (http://www.sysinternals.com/ntw2k/source/misc.shtml#junction)
>  to patch the 
> partition back into its default location, thereby fooling the IMail.
> 
> Has anyone done this?  Has anyone had any luck?  How have 
> others delt with 
> the fragmentation?
> 

I use http://www.sysinternals.com/ntw2k/freeware/contig.shtml (contig. exe)
via a batch file and run it with the windows scheduler service at 3 am every
morning.  I made a batch file called maildfg. bat that has this info it:

cls
net stop "IMail Queue Manager Service"
net stop "IMail POP3 Server"
net stop "IMail SMTP Server"
net stop "IMail Web Service"
net stop "Imail Web Calendar Service"
c:\tools\contig.exe c:\imail\* -v -s
net start "IMail POP3 Server"
net start "IMail SMTP Server"
net start "IMail Queue Manager Service"
net start "IMail Web Service"
net start "Imail Web Calendar Service"
cls

HTH,

~Rick

___________________________________________________________________
Virus Scanned and Filtered by http://www.FamHost.com E-Mail System.


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/

Reply via email to