[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
1] Look at your $LOGFILE (~/.procmail/log) to see if you can
determine what the problem is.
2] Check these three files for typos:
~/.forward
~/.procmailrc
~/.procmail/rc.testing
3] Check the file and directory permissions of your .forward (set in
5c in "Setting up Procmail for Testing" above).
Type... In order to...
------- --------------
cd Go to your home directory.
ls -l .forward Check the permission: it should say -rw-r--r--
ls -ld . Check permission of home dir: it should say drwx?-x?-x
The ?'s may be r's or hyphens or one of each (i.e.,
drwx--x--x, drwxr-xr-x, drwxr-x--x, drwx--xr-x are
each acceptable.)
4] If the above three steps do not locate the problem edit your
~/.procmailrc so that it contains:
VERBOSE=on
Test procmail by following steps 6 and 7 again. Look at your
$LOGFILE (which will contain verbose messages) to see if you
can now determine what the problem is.
If you are still having problems see the next section on
"Alternate .forward Files." After you get procmail to work,
you probably will want to set VERBOSE back to off.
Send corrections/additions to the FAQ Maintainer:
Last Update May 13 2007 @ 00:23 AM