Remove mailqueue counter

Request and discuss new features you would like to have.
Post Reply
ivotonev
Posts: 10
Joined: 20 Apr 2017 11:49
Contact:

Remove mailqueue counter

Post by ivotonev »

Please, remove the "Mail Queues" counter. On systems with large queue ( > 20000 msgs ) page load is very slow ...
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: Remove mailqueue counter

Post by pdwalker »

If your mailq is very very large, then that is a sign you are having a problem. You're mailq should never be that large unless your system is under attack, or being swamped by spam.

You really need to fix this problem first. Don't hide the symptoms of the real problem.

However, if you really do want to disable this temporarily, edit /var/www/html/mailscanner/functions.php. Search for "printMTAQueue();" and comment that line out.
Post Reply