all groups > iis smtp nntp > may 2005 >
You're in the

iis smtp nntp

group:

Queue Folder


Queue Folder Dave Mc
5/12/2005 11:54:20 AM
iis smtp nntp:
Not using Exchange, just POP3 and SMTP.

I don't quite get what all the "queue" folder under mailroot is used for.
Some files stay in it a short amount of time (ones waiting to be sent, I
assume), some forever. The ones which never clear seem to be Delivery Status
Notifications (Failure).
Example:

To: xyz@xyz.com
Subj: Delivery Status Notification (Failure)
Date: XXXXXXXX

The body says: This is an automatically generated DSN.

Delivery to the following recipients failed.

jsmith@mydomain.com

Some of these, I can't delete because it says they are in use by someone.
Some of them seem to "hang" my anti-virus real time scanner (CA) and cause it
to use up 99% of my cpu cycles. This is a lightly used server. Should I
Re: Queue Folder Peter Karsai
5/13/2005 12:00:00 AM
Hi Dave,

The Queue folder is for emails waiting for delivery. The reason why some
emails disappear from it almost immediately and others stay there for a long
time is that some emails can be delivered immediately while others cannot
be, e.g. because the recipient's mail exchanger does not respond or
temporarily rejects the email. The undeliverable emails will land in the
Badmail folder after the expiration, which can be configured in IIS.

I am not sure you cannot delete these files, but you can check which process
locks the file using the WhoLockMe shell extension or Process Explorer from
SysInternals.

You may want to implement some tool which rejects the non-existent
recipients on protocol level. This has the advantage that no NDR is
generated on your server, so your server does not try to deliver an NDR to
the sender, which, in most cases, does not exist (and Badmail/Queue is
filling up due to the undeliverable NDRs).

Peter Karsai
http://www.vamsoft.com/orf


[quoted text, click to view]

Re: Queue Folder Dave Mc
5/13/2005 2:28:02 PM
Thanks for the info. What kind of "tool" are you referring to ??

[quoted text, click to view]
Re: Queue Folder Peter Karsai
5/17/2005 12:00:00 AM
Hi Dave,

Any tool which could stop emails to non-existent recipients on protocol
level. Exchange 2003 can do that by default, but you said you are not using
Exchange. Most third-party tools rely on Active Directory, which is not an
option for you. Our software (http://www.vamsoft.com/orf) allows you to set
up a recipient blacklist, which behaves the same way, but as it does spam
filtering in general, so it may not be the tool that you are looking for.
There are a few others in the market which can do the same, but I am not
sure which -- I think mxORB does it.

Peter

[quoted text, click to view]

AddThis Social Bookmark Button