This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mail Spool command?

Is there a command like mailq or exim -bp that will show how many messages are in the mail spool on the Astaro box.  I need to be able to see this occasionally without access to a web browser to go into Mail Manager.

Thanks for any ideas.  I realize I could just do an ls -s of the spool directory, but I was hoping for something like mailq.

Thanks!

Danita


This thread was automatically locked due to age.
Parents
  • I don't have anything in my mailspool, but this sequence runs without errors on my 7.509 box:

    cd /var/storage/chroot-smtp
    chroot .
    cd bin
    ./exim -bp
    exit

    Note that ls and most other useful commands are missing from that chroot, so you won't be able to do much. Redirecting to a file should work though.

    Barry
Reply
  • I don't have anything in my mailspool, but this sequence runs without errors on my 7.509 box:

    cd /var/storage/chroot-smtp
    chroot .
    cd bin
    ./exim -bp
    exit

    Note that ls and most other useful commands are missing from that chroot, so you won't be able to do much. Redirecting to a file should work though.

    Barry
Children
No Data