Deena Divakar <ddivakar(_at_)macaw(_dot_)retix(_dot_)com> writes:
Can somebody explain to me why this message is appearing in the log
file and how to fix it?
...
procmail: Locking "msgid.lock"
procmail: Executing "formail,-D,8192,msgid.cache"
formail: formail: cannot open
procmail: Program failure (1) of "formail"
procmail: Assigning "LASTFOLDER=formail -D 8192 msgid.cache"
procmail: Unlocking "msgid.lock"
Where is formail installed? Is that directory in the PATH used by
procmail? If not, add it, ala:
PATH = $PATH:/directory/where/formail/is/located
If you're not sure what PATH procmail uses by default, check out
the procmailrc(5) manpage: it should mention it near the top of the
fifth page. (In case you're not sure how to view the manpage, run the
command "man procmailrc")
Philip Guenther