procmail
[Top] [All Lists]

Re: Basic installation help

2001-06-04 22:43:58
andrew_p394(_at_)hotmail(_dot_)com writes:
Can someone outline the directory structure I need to unzip the procmail and
smartlist files into? When I just use the Smartlist source, I get a message
abour merging the procmail and smartlist files together. Howver, procmail is
on 3.15.1 and smartlist on 3.15 - the two end up in different directories.

Probably the easiest solution is to first unpack the SmartList tar.gz
file, then rename the "procmail-3.15" directory to "procmail-3.15.1",
and then unpack the procmail tar.gz file over that.


So, I move the smartlist files into the procmail-3.15.1 directory, and I get
the message about "no rule to make target 'gethome.c'

I'm not exactly sure what you did, but along those lines, doing something
like:
        tar xzf procmail-3.15.1.tar.gz
        tar xzf SmartList-3.15.tar.gz
        mv procmail-3.15/* procmail-3.15.1
        rmdir procmail-3.15
        cd procmail-3.15.1/SmartList
        sh install.sh /path/to/smartlist/home...

should work just as well as the "unpack, rename, unpack" solution that
I mentioned above.


Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>