[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: RaQ4: procmail-beginner
- Subject: [cobalt-users] Re: RaQ4: procmail-beginner
- From: Kenji Ishikawa <ishikawa@xxxxxxxxx>
- Date: Thu Jan 10 00:32:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
see http://www.uwasa.fi/~ts/info/proctips.html
> Find out where the "procmail" program is located on your system by typing
> "which procmail". Assume below that you get "/usr/local/bin/procmail". Also
> check what your id is: "whoami". Assume that you get "myid".
>
> Next comes the crucial step. Put the following line in your "~/.forward" file.
> Include the quotes (") into the ~/.forward file contents.
>
>
> "|IFS=' ' && exec /usr/local/bin/procmail || exit 75 #myid"
>
> Set adequate permissions for accessing the "~/.forward" file:
> "chmod 644 ~/.forward". Lastly, check ("ls -lFd ~/") that your main directory
> permissions are at least (the equivalent of) "drwx--s--x". If not,
> "chmod u+rwx ~/" and "chmod og+x ~/".