> How about amplifying this with a detail explanation: Create your two log directories and create two .REG files, one called SPOOL.REG and one called LOGS.REG, like so (note that 'Windows Registry Editor...' line must be on the first line of the file):
*** BEGIN SPOOL.REG *** Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch\IMail\Global] "SpoolDir"="D:\SPOOL" *** END SPOOL.REG *** *** BEGIN LOGS.REG *** Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch\IMail\Global] "SpoolDir"="E:\LOGS" *** END LOGS.REG *** And start SYSLOGD from a batch file, rather than from IADMIN or Control Panel: REGEDIT /S LOGS.REG NET START SYSLOGD REGEDIT /S SPOOL.REG -Sandy 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/
