Jaime wondered,
| Hi. This error shows in the (verbose) logs of procmail. formail is in
| /usr/bin with permissions 0755, and the snippet that calls it is:
|
| | (${FORMAIL} -rI"Precedence: junk" \
| -A"X-Loop: my(_at_)email(_dot_)com " ; \
| echo "Your mail has been received"; \
| ) | $SENDMAIL -oi -t
|
| $FORMAIL has been defined before with:
|
| FORMAIL=/usr/bin/formail
|
| So, where's my goof? :)
1. Perhaps procmail is running on a different machine, where there is no
/usr/bin/formail or its permissions are too tight.
2. Perhaps /usr/ or /usr/bin/ doesn't have execute permission for the
process, so it can't cd there to run /usr/bin/formail.
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail