SpamAssassin Status Check

Discussion in 'Server Operation' started by erosszz, Nov 8, 2006.

  1. erosszz

    erosszz New Member

    I am new using linux and other software needed in mail server under Linux but I am very interested to gain knowledge.

    Anyones here know how to check the status of spamassassin. If it is Running or Not Running.

    -eros
    Japan
     
  2. falko

    falko Super Moderator Howtoforge Staff

    That depends on if you use SpamAssassin as a daemon, or if it's called whenever it is needed. In the first case you can run
    Code:
    ps aux
    and you should find SpamAssassin processes there. In the second case you can find SpamAssassin processes only at the time they are running.
     
  3. sjau

    sjau Local Meanie Moderator

    If on your server spamassassin is running then you can look at the header of incoming mail whether spamassassin did add extra headers :)
     

Share This Page