Re: setting up Smartlist with sendmail

Zhiliang Hu <[email protected]> Fri, 07 Aug 2009 14:59:46 -0500 (CDT)
Newsgroups gmane.mail.smartlist.user
Message-ID <[email protected]>
Now I am setting up Smartlist with qmail (on a RH mamchine).

qmail is installed and tested.

Previously I only copied Smartlist over from a similar platform (RH 
Linux).  Now I decided to install from the source:

I unpackaged SmartList-3.15 over procmail-3.22 (I cannot find 
procmail-3.15, thus by tweaking the folder name I managed to have them in 
the same dirrectory "procmail-3.15").

Now when I run

  > cd procmail-3.15/SmartList
  > sh install.sh /home/slist

it spit out endlessly the following line:

  install.sh3: line 3: cd: .: Not a directory
  install.sh3: line 3: cd: .: Not a directory
  install.sh3: line 3: cd: .: Not a directory
  ...

that evenually I had to kill the process.

Is it a version problem or else?

Zhiliang