[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] procmail making me nuts
- Subject: Re: [cobalt-users] procmail making me nuts
- From: Bob <silly@xxxxxxxxxx>
- Date: Tue Feb 12 17:33:35 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
using that .forward method wont work.
create a .procmailrc file in the user's directory.
chmod 2711 /home/sites/site1/users/username
or procmail won't read it. this doesn't seem to effect anything else so
it's safe to do..
for .procmailrc to work add this at the top of the file before adding
your recipes. Turn verbose to 'off' after you're done debugigng your
the log file will get really large.
#Preliminaries
SHELL=/bin/sh
MAILDIR=${HOME}/mail
LOGFILE=${HOME}/procmail.log
VERBOSE=on
LOG="--- Logging ${LOGFILE} for ${LOGNAME}, "
Also if you want to use procmail on a global level. pico -w /etc/procmailrc
add your filters in there. I added some filters to kill messages with
.vbs files on it. very handy. good luck!