PDA

View Full Version : Mail Queue size exceeded (1000) ?


deheleri
06-15-2010, 11:23 AM
With the new version 4.0 of Interworx, a check is now being done on my mail queue. Apparently I keep filling up my mail queue's "1000" threshold and I am sitting at 2,500.

I periodically send out email updates to my customers with a PHP mailing script, so I send about 50,000 emails per month.

Is there anywhere (in interworx) to increase the mail queue or is this setting only configuarable at command line?


Update: here is the actual message: Created: 2010-06-15 12:37:02 Code: MAIL_QUEUE_SIZE
Mail queue size limit of 1000 exceeded. The current number of messages in the mail queue is: 2588
There may be a spamming problem.
(https://208.100.2.88:2443/nodeworx/mail/queue)

EverythingWeb
06-16-2010, 06:18 AM
That's part of the new System Health check system. You can alter the threshold :)

Go to NodeWorx > Server > System Health > Click [Configuration] on the 'Mail Queue Size Exceeded' > Edit the 'Threshold' setting from 1000 to whatever you prefer :)

Sorted :D

deheleri
06-16-2010, 08:21 AM
Thanks, I was hoping it was just a matter of changing the threshold -- didn't know where to look!

Good to know the new release didn't actually limit my mail queue ;)