[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: Filtering Mail FAQ
Previous Document: 2.2 Troubleshooting Procmail
Next Document: 2.2.2 Alternate .forward files
-
Search the FAQ Archives
Single Page
Top Document: Filtering Mail FAQ
Previous Document: 2.2 Troubleshooting Procmail
Next Document: 2.2.2 Alternate .forward files
2.2.1 General Strategies
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.
Top Document: Filtering Mail FAQ
Previous Document: 2.2 Troubleshooting Procmail
Next Document: 2.2.2 Alternate .forward files
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
FAQ Editor <faq-editor@ii.com>
Last Update October 22 2009 @ 05:26 AM