postfix que

Discussion in 'HOWTO-Related Questions' started by namit, Jan 4, 2006.

  1. namit

    namit New Member

    I seam to have emails in postfixs que.

    just wondering how do i send all those emaisl to there destanations

    Can anyone help

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    To flush the mail queue, run this command as root:
    Code:
    postsuper -r ALL
    (yes, ALL has to be in capital letters)

    To delete the mail queue, run this:
    Code:
    postsuper -d ALL
    Also have a look at
    Code:
    man postqueue
     
  3. namit

    namit New Member

    I am getting this

    postqueue: fatal: usage: postqueue -f | postqueue -p | postqueue -s site

    tried postque -f

    but it just goes to next line and nothing happenes
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The command is:

    postqueue -f
     
  5. namit

    namit New Member

    yes was typing that

    mailman:# postqueue -f

    but nothing happenes just goes to next line would it be that the messages are not being sent to write accounts? because i think that is one of resons they messages where not coming in
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Please try
    Code:
    postsuper -r ALL
    Is there anything in the mail log related to this?
     
  7. namit

    namit New Member

    postsuper: Requeued: 6 messages

    YES YES YES thanks that seams to have done it

    Thanks you
     

Share This Page