|
Home > Archive > IIS and SMTP > December 2006 > IIS 6.0 SMTP Error at sending mails "452 4.3.1 Out of memory"
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IIS 6.0 SMTP Error at sending mails "452 4.3.1 Out of memory"
|
|
| databoss 2006-11-27, 1:18 pm |
| Hi all,
On a Win 2003 R2 Server I try to send a mail via IIS 6\SMTP and do not
find a solution for my problem: Logon works, but when I try to send a
message I get a "452 4.3.1 Out of memory" Error.
Here is the telnet dump:
~~
220 venus.w2d.dtb.de Microsoft ESMTP MAIL Service, Version:
6.0.3790.1830 ready
at Mon, 27 Nov 2006 18:23:49 +0100
EHLO
250-venus.w2d.dtb.de Hello [192.168.1.107]
250-TURN
...
250-CHUNKING
250-VRFY
250 OK
MAIL FROM:<a@b.com>
452 4.3.1 Out of memory
~~
Unfortunatly this article from the KB does not help, the System account
has full rights:
http://support.microsoft.com/kb/329167/en
I tried to restart and reinstall with no success...
What's wrong? Any ideas left?
Thank you!
Florian
| |
|
|
| Franky M. 2006-12-01, 7:22 pm |
| Numeric Code: 4.3.1
Possible Cause: This code may be caused by resource problem such as a disk
full condition. This code may also occur if your Simple Mail Transfer
Protocol (SMTP) queue is on a File Allocation Table (FAT) partition and the
service has reached a Windows-imposed limit on the number of concurrent file
handles that can be opened by the SMTP Service. In this case, instead of
receiving a disk full error, you might be receiving an out of memory error.
Troubleshooting: Make sure you have sufficient disk storage, and try to
operate your Exchange Transport queues on an NTFS partition.
"databoss" wrote:
> Hi all,
>
> On a Win 2003 R2 Server I try to send a mail via IIS 6\SMTP and do not
> find a solution for my problem: Logon works, but when I try to send a
> message I get a "452 4.3.1 Out of memory" Error.
>
> Here is the telnet dump:
> ~~
> 220 venus.w2d.dtb.de Microsoft ESMTP MAIL Service, Version:
> 6.0.3790.1830 ready
> at Mon, 27 Nov 2006 18:23:49 +0100
> EHLO
> 250-venus.w2d.dtb.de Hello [192.168.1.107]
> 250-TURN
> ...
> 250-CHUNKING
> 250-VRFY
> 250 OK
> MAIL FROM:<a@b.com>
> 452 4.3.1 Out of memory
> ~~
>
> Unfortunatly this article from the KB does not help, the System account
> has full rights:
> http://support.microsoft.com/kb/329167/en
>
> I tried to restart and reinstall with no success...
>
> What's wrong? Any ideas left?
>
> Thank you!
>
> Florian
>
>
|
|
|
|
|