0

We're using the default SMTP server for our websites to send mail with, but in the last day sending messages started getting this error:

Insufficient system storage. The server response was: 4.3.1 Out of memory

Further digging found this message in the System event log:

SMTP server cannot create a file in the queue directory C:\Inetpub\mailroot\Queue\

I've since given the Everyone account full control of the mailroot folder but it's still happening. There's enough space on the server and to the best of my knowledge nothing on the server has been changed

Glenn Slaven
  • 2,330
  • 2
  • 29
  • 41

2 Answers2

1

[SOLVED] Hi guys,

In the event that, like me, somebody else comes across this page trying to find an answer..

I had the exact same problem using Virtual SMTP server on an XP x64 box with 4GB ram and plenty of disk space so I knew it was not a resource issue. I tried adding various directory security settings (including everybody with full control to the Inetpub directory and it's subdirectories).

I was about to wipe and reinstall IIS completely but on a whim I just removed the SMPT server component and reinstalled. It began working again straight away.

Hope this info can help somebody else Moz

Moz
  • 26
  • 1
0

This error can unfortunately mean that your firewall is open, or you have malware that is sending spam through your SMTP server.

Look at some of the files in your folder C:\Inetpub\mailroot\Queue\ and open them in notepad. If the content of the email looks like junk, and you have thousands upon thousands of messages then this is probably what happened.

Unfortunately for me my dedicated GoDaddy server's dedicated hardware firewall decided to reset itself when the server itself was rebooted and the software they're using is so ancient that port 25 is open by default.

Tip: You may have so many files in this Queue directory that Windows Explorer can't even open the folder. If you suspect this is the issue then go straight to the command line and just issue dir command.

Simon
  • 1,301
  • 2
  • 15
  • 19