Not signed in (Sign In)

LiveSearch

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorlex
    • CommentTimeSep 8th 2007 edited
     
    Here is a list of commands I found useful while working with Qmail/Plesk mail queue:

    To show the number of messages in the e-mail queue:

    /var/qmail/bin/qmail-qstat

    If there are several messages in the queue, you can list them with:

    /var/qmail/bin/qmail-qread

    To display individual messages:

    /var/qmail/bin/qmail-qread grep \#[0-9] awk '{print "find /var/qmail/queue -name "$6" xargs cat less"}' sed -e 's/\#//g' more

    Just copy and paste a single line from the outpout, to rebuild that message Or:

    find /var/qmail/queue -name XXXX xargs cat less

    replace XXXX with the message number from /var/qmail/bin/qmail-qread

    This will display the contents of an e-mail.
Add your comments

    Username Password
  • Format comments as