RE: [IMail Forum] Remove logs from spool directory...

2004-09-15 Thread Dmitri Elgin
To remove sysmmdd.txt files from spool you need a hex editor, then stop smtpd32.exe service, open it with hexeditor, then find string sys% replace it (for example) as s\s%. Then create a subdirectory in spool called s. Seems to be works fine. p.s. as is Regards, Dmitri Elgin,

Re: [IMail Forum] Remove logs from spool directory...

2004-09-10 Thread Darin Cox
) then objFSO.MoveFile oldfile, LogPath end if End Sub == - Original Message - From: Cris Porter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:21 PM Subject: RE: [IMail Forum] Remove logs from spool directory... Here's a little VB script

RE: [IMail Forum] Remove logs from spool directory...

2004-09-09 Thread John Dobbin
Here is the script we use: - 'this script moves imail log files from spool to temp. 'it could be modified to delete the files as well with 'little modification. 'usage is cscript movemxlg.vbs 'Written by John Dobbin - [EMAIL PROTECTED]

Re: [IMail Forum] Remove logs from spool directory...

2004-09-09 Thread Joe Wolf
] To: [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:21 PM Subject: RE: [IMail Forum] Remove logs from spool directory... Here's a little VB script that I have scheduled every night at 12:05. There's probably a more efficient way to do it, but this works for me. Cris

Re: [IMail Forum] Remove logs from spool directory...

2004-09-09 Thread Rick Davidson
- - Original Message - From: Joe Wolf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 9:37 AM Subject: Re: [IMail Forum] Remove logs from spool directory... Thanks for the great script! I can modify it to move the Declude and other logs as well. This is much

Re: [IMail Forum] Remove logs from spool directory...

2004-09-09 Thread Larry Craddock
you will loose the first minute of log lines each night but thats a small price to pay and for us its only spam at that time of night anyway... Small but unnecessary price. The difference between copying, pasting, and modifying that script and using the batch file that loses the first minute

Re: [IMail Forum] Remove logs from spool directory...

2004-09-09 Thread Matti Haack
I use Kiwi-syslogd (freeware) and log all actions to this syslog. here it is easy to change a path, logfile name etc. In addition you can raise an alarm if there are nore than usal log entries/h. The paid version includes also filters and can zip and purge old logfiles automatically. Wit the kiwi

Re: [IMail Forum] Remove logs from spool directory...

2004-09-09 Thread Martin Schaible
Hi, We do the same with the same software. If you buy a licence, the software is more flexible. Am Donnerstag, 9. September 2004 um 20:26 schrieben Sie: I use Kiwi-syslogd (freeware) and log all actions to this syslog. here it is easy to change a

RE: [IMail Forum] Remove logs from spool directory...

2004-09-08 Thread Cris Porter
Here's a little VB script that I have scheduled every night at 12:05. There's probably a more efficient way to do it, but this works for me. Cris == Const OverwriteExisting = True Set objFSO = CreateObject(Scripting.FileSystemObject) dim

RE: [IMail Forum] Remove logs from spool directory...

2004-09-08 Thread Kevin Bilbee
There is a utility that ships with Imail no custom script needed. Isplcln.exe They also have a utility to back up the imail registry Regback.exe Both utilities are in your imail folder. Kevin Bilbee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: [IMail Forum] Remove logs from spool directory...

2004-09-08 Thread Desmond
Sent: Thursday, September 09, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Remove logs from spool directory... There is a utility that ships with Imail no custom script needed. Isplcln.exe They also have a utility to back up the imail registry Regback.exe Both utilities