procmail

Discussion in 'Installation/Configuration' started by radox, Aug 5, 2006.

  1. radox

    radox New Member

    I am installing mixmaster from source and then i run :

    cd
    /usr/src/package sh Install
    package chioce was default /home/lex/mixmaster/Mix

    when the package has finished installing it says:

    Mixmaster is installed in your .procmailrc file.

    my .procmail file has this entry;

    MAILDIR=$HOME/Maildir/
    DEFAULT=$MAILDIR

    when i delete/remove mixmaster how do I remove the mixmaster package from
    procmail?


    radox
     
  2. falko

    falko Super Moderator Howtoforge Staff

    As what user did you run this? I guess Mixmaster is in that user's .procmailrc file.
     
  3. radox

    radox New Member

    the name of the user is lex

    what do you mean when you say
    "guess Mixmaster is in that user's .procmailrc file."


    radox
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    grep lex /etc/passwd
    ?
     
  5. radox

    radox New Member

    here is result

    lex:x:1000:1000:lexadmin,,,:/home/lex:/bin/bash
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Ok, what's the output of
    Code:
    ls -la /home/lex
    ?
     

Share This Page