Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - delivery queue
  FAQ FAQ  Forum Search   Register Register  Login Login

delivery queue

 Post Reply Post Reply
Author
hookjd View Drop Down
Newbie
Newbie


Joined: 22 June 2006
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote hookjd Quote  Post ReplyReply Direct Link To This Post Topic: delivery queue
    Posted: 10 April 2008 at 11:09am
i had an issue yesterday where almost all the email that was accepted by spamfilter could not be delivered to my outside server.  All this email I assume was placed in a delivery queue.  It appears that it is now being delivered slowly.  My questions are these:

1.  Where is this delivery queue on the server so I can monitor and see how much email is in there?
2.  How often is re-delivery attempted?
3.  For how long? (ie: when will spamfilter give up?)
4.  If spamfilter gives up, what does it do?

Thanks.
Back to Top
jerbo128 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 March 2006
Status: Offline
Points: 178
Post Options Post Options   Thanks (0) Thanks(0)   Quote jerbo128 Quote  Post ReplyReply Direct Link To This Post Posted: 10 April 2008 at 2:03pm
I'll help where I can.
 
1 - C:\Program Files (x86)\SpamFilter\queue
2 - On the settings tab of the GUI - "Process queue every Minutes"  Mine is set to 5 minutes.
3 - Depends upon the error , whether it is a 400 or 500 error from the destination server.
In spamfilter.ini file:
;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 4xy range
QueueIfDestinationError400=0
;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 5xy range
QueueIfDestinationError500=0
So, depending upon these settings, spamfilter can hold them forever.
4 - I am not sure on this one.  Anyone else..???
 
Jeremy


Edited by jerbo128 - 10 April 2008 at 2:03pm
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 10 April 2008 at 10:40pm
By default, if the destination server is offline, SpamFilter will retry every 60 minutes (this parameter is user-definable, as Jeremy correctly pointed out) to deliver the queued emails to your server, indefinitely until it come back online.

Thru a setting in the SpamFilter.ini file however, the “indefinitely” can be changed so that SpamFilter retries for a user-defined number of hours before giving up. The setting is:

;Number of hours SpamFilter will retry to deliver messages in queue to your destination SMTP server if it was unreachable. Enter 0 to try forever until back online.
ExpireRetryQueueHours=0

In addition, you can control how SpamFilter handles SMTP errors encountered when forwarding emails to your server. The following two settings are available in the SpamFilter.ini file:

;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 4xy range
QueueIfDestinationError400=true

;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 5xy range
QueueIfDestinationError500=false

When SpamFilter forwards emails to your destination SMTP server, it will employ at most a number of concurrent connections to your server equal to only one fourth of the maximum number of incoming connections in SpamFilter. This is done so as to not overload your mail server.

Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.320 seconds.