Hi, We use James 2.3.2 in our product as an SMTP relay - email comes in via SMTP, gets processed, and gets sent on via SMTP using the RemoteDelivery Mailet.
One of our customers is reporting that files build up in the spool folder. They are running on Windows 2003 R2. They have to restart the server every so often to clear out the dead files, otherwise these build up and James slows down as the Windows filesystem cannot cope. We haven't been able to reproduce the issue (even when running their virtual machine on our hardware). However, looking at the source code it appears that the system does not check whether the file could be deleted, so if anything is holding a Windows-level lock on the file this could happen. Anyone else seen this issue? Any ideas for a fix? Looking at the code it might be possible to do the startup check for mismatched Stream and Object files every so often, but the locking implications of that look complex. Thanks Martin Filtered by 3BClean from http://www.3bview.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
