Getting eml as attachment in mails

Hi All,We are getting an issue in our company, all the mails coming from outside (like gmail,HP, HCL) are not comming in proper format.

They are comming as an eml attachment in lotus mail.

Please guide me what can be the problem, and how to trace it.

Thanks in Advanced.

Subject: I am getting the following error

[MIME content for this item is stored in attachment $RFC822.eml. Parsing MIME content failed: File cannot be created.]

We are replacing the design of mailbox every other day. but again after a day or two the mails are getting failed, and comes with eml attachment.

I have checked the size of c drive there is almost 2 GB free space. what else can be the problem.

Please help,

Thanks in Advanced

Subject: Check your system temp directory.

Something to try: look in your system temp directory (e.g., often C:\tmp or C:\temp on Windows systems).

Are there zillions of files with this name pattern: STnnnnnn.TMP (where nnnnnn is a random six digit number)?

When the SMTP server accepts an incoming Internet message, it stores the message in an in-memory object for parsing. However, if the incoming message is bigger than about 50KB, the object switches its backing store from an allocated memory block to a system flat file.

These file stores are named as outlined above and are usually stored in the system temp directory. One possibility is that your system temp directory is on another disk volume and you’re out of space there.

Another possibility is that there are many ‘dead’ STnnnnnn.TMP files that were not correctly deleted. If there are tens or hundreds of thousands of these, you may be seeing the result of “name collisions” as the SMTP server attempts to create the temporary file store, but cannot because it cannot create a new, unique name for the file store.

If there are an inordinate number of STnnnnnn.TMP files in your temp directory, you can safely delete them if you shut down the Domino server.

Subject: getting eml as attachment in mails

Thanks Paul,That was really helpful

Subject: You’re welcome.

Did it help you solve the problem?

Subject: Yes it did

Hi Paul,Yes the problem has been solved.

Thanks a ton

Subject: Ah, good!

Nothing better than helping a customer…