Watch the mail queue

Discussion in 'General' started by razor7, Feb 28, 2008.

  1. razor7

    razor7 Member

    Hello..is there any way to look at the mail queue from ISPConfig admin page?

    I have a user that is spamming and i con not detect it.

    Thanks a lot!
     
  2. Hans

    Hans Moderator Moderator

    To check which e-mailas are in the queue:

    mailq

    Release or delete them with the postsuper command:

    postsuper -r *QUEUE ID* (for releasing one)
    postsuper -r ALL (for releasing ALL)
    postsuper -d *QUEUE ID* (for deleting one)
    postsuper -d ALL (for deleting ALL)

    :)
     
  3. razor7

    razor7 Member

    Thanks a lot!

    Wich command can i use to view all messages from a particular sender or ISPConfig user?

    IE: messages from web01_jose

    Thanks in advise.
     
    Last edited: Feb 28, 2008
  4. falko

    falko Super Moderator Howtoforge Staff

    You can use the grep command (see
    Code:
    man grep
    ), e.g.

    Code:
    mailq | grep [I]search_term[/I]
     

Share This Page