Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2002
    Posts
    686
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Attempt to Deliver all messages in Queue doesnt work

    For some reason ive found the Attempt to Deliver all messages in Queue link in WHM's mail queue pages inst working anymore...

    on some servers it moves straight to complete as soon as you click on it, on others it just sits with a blank page and on others it says its doing it but nothing appears to be happening.

    Is there a way to force it to work or a way to fix it?

  2. #2
    Member
    Join Date
    Jan 2004
    Posts
    68

    Default

    I seem to be having this same issue now. I have about 2.5k messages in the queue from a user that ran out of space. They have enough space now, but I don't what to deliver all those messages one at at time.... Has anyone found a fix for this? I'm running version 9.4.1-C53

  3. #3
    Member
    Join Date
    Sep 2004
    Posts
    11

    Default

    I have the same problem. 1053 messages in the queue and can only deliver if I manually click on each one. Could someone please tell me how to get the "attempt to deliver all messages" function to work.

  4. #4
    Member linux-image's Avatar
    Join Date
    Jun 2004
    Location
    India
    Posts
    1,185
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    exim -qff

    the load on the server may shoot high; but this will flush the mail queue.

  5. #5
    Member
    Join Date
    Mar 2002
    Posts
    448

    Default

    Quote Originally Posted by ttiger
    I have the same problem. 1053 messages in the queue and can only deliver if I manually click on each one. Could someone please tell me how to get the "attempt to deliver all messages" function to work.
    The advice to use the command

    exim -qff

    is good, *BUT* the issue here is that

    WHM > Attempt to deliver all messages in Queue

    is not working properly. Period. If using the above WHM feature does not remove mail from the queue, but manually clicking on each one individually does, then again, this WHM feature is not working properly, and should be fixed.

    I've added Bug 3271 to bugzilla.cpanel.net.
    Last edited by spaceman; 09-24-2005 at 07:53 AM.
    • Web Design Perth .:. Itomic Business Website Solutions of Perth, Western Australia

  6. #6
    Member
    Join Date
    Mar 2002
    Location
    Dallas, TX
    Posts
    104
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Spaceman, Please see:

    http://bugzilla.cpanel.net/show_bug.cgi?id=3271

    they are asking for more details about the bug to continue...

    Nearly a year after you entered this bug, I still see this problem on all of our cpanel servers. If you could reply to the question asked in bugzilla, maybe someone can look at this for us all
    Cheers,
    Ronnie T. Moore, Owner -- AIM, Yahoo: RonnieAWH
    http://AlwaysWebHosting.com -- Affordable, feature-packed cPanel hosting with Fantastico

  7. #7
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Are you, by any chance, using MailScanner? If you are then it won't work as it uses a different queue and you'd need to:

    exim -qff -C /etc/exim_outgoing.conf

    Otherwise, ignore me
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  8. #8
    Member
    Join Date
    Mar 2002
    Posts
    448

    Default

    Quote Originally Posted by chirpy
    Are you, by any chance, using MailScanner? If you are then it won't work as it uses a different queue and you'd need to:

    exim -qff -C /etc/exim_outgoing.conf

    Otherwise, ignore me
    We're not using MailScanner at this time (thanks all the same for the suggestion). That said, I don't know if this problem still persists and can't test it right now because all the messages on the queues for our servers are outbound, and I need a fair few inbound messages to be able test properly.
    • Web Design Perth .:. Itomic Business Website Solutions of Perth, Western Australia

  9. #9
    Member
    Join Date
    Feb 2005
    Posts
    80

    Default

    try running /usr/sbin/exim -bp |awk '{print $3}' | xargs -n 1 -P 40 /usr/sbin/exim -v -M from root prompt this will deliver all the mails which can be delivered.. :-)

  10. #10
    Member
    Join Date
    Mar 2002
    Posts
    448

    Default

    Quote Originally Posted by alwaysweb
    Spaceman, Please see:

    http://bugzilla.cpanel.net/show_bug.cgi?id=3271

    they are asking for more details about the bug to continue...

    Nearly a year after you entered this bug, I still see this problem on all of our cpanel servers. If you could reply to the question asked in bugzilla, maybe someone can look at this for us all
    I just updated this bug. It's still very much alive and well. "Attempt to deliver all messages in queue" is absolutely *not* able to deliver messages that can get delivered successfully if I manually click "Deliver now" against them - which is very time consuming!
    • Web Design Perth .:. Itomic Business Website Solutions of Perth, Western Australia

  11. #11
    Member
    Join Date
    Oct 2006
    Posts
    312

    Default

    Setting up a cron to do it DAILY may do the trick?

    /usr/sbin/exim -bp |awk '{print $3}' | xargs -n 1 -P 40 /usr/sbin/exim -v -M

    Anyone?
    .
    RTG (Asia) Network
    Unmetered ®cPanel VPS from $28.00
    Shared & Reseller Accounts from $2.00
    Unmetered Dedicated Servers from $58.00
    Your account will be setup AUTOMAGICALLY upon payment.

  12. #12
    Member
    Join Date
    Aug 2006
    Posts
    45

    Default

    Which command is recommended and whats the difference?

    /usr/sbin/exim -bp |awk '{print $3}' | xargs -n 1 -P 40 /usr/sbin/exim -v -M

    exim -qff

  13. #13
    Member duranduran's Avatar
    Join Date
    Apr 2004
    Posts
    198

    Default

    Quote Originally Posted by Heritz
    Which command is recommended and whats the difference?

    /usr/sbin/exim -bp |awk '{print $3}' | xargs -n 1 -P 40 /usr/sbin/exim -v -M

    exim -qff
    /usr/sbin/exim -bp |awk '{print $3}' | xargs -n 1 -P 40 /usr/sbin/exim -v -M

    This works better i bealive....

  14. #14
    Member d-woo's Avatar
    Join Date
    Aug 2003
    Posts
    86

    Default

    How would I attempt to deliver email in the queue specifically for one user, e.g. user@domain.com?

  15. #15
    Member
    Join Date
    Mar 2002
    Posts
    448

    Default

    Quote Originally Posted by d-woo View Post
    How would I attempt to deliver email in the queue specifically for one user, e.g. user@domain.com?
    Use Chirpy's EXCELLENT add-on:

    http://forums.cpanel.net/showthread.php?t=60009
    • Web Design Perth .:. Itomic Business Website Solutions of Perth, Western Australia

Similar Threads & Tags
Similar threads

  1. Replies: 2
    Last Post: 01-27-2009, 04:39 PM
  2. Attempt to Deliver all messages in Queue
    By Sergiu Tot in forum E-mail Discussions
    Replies: 2
    Last Post: 09-28-2007, 10:08 AM
  3. Deliver all messages in Queue...
    By Devil Inside in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 11-14-2004, 01:15 AM
  4. Deliver only messages to a specific domain in Mail queue
    By NetX in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-07-2004, 10:53 AM
  5. Help !!! Deliver all messages in Queue NOT WORKING !!
    By hkewell in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-06-2002, 09:08 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube