[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Running command on incoming mail (qmail)



Sorry for the trivial question, but it seems I'm missing something.

I'm trying to run a local script when a certain user receives an e-mail. I'm
using qmail, and so it seems obvious that all I need to do is make the
following .qmail-default file:
/Maildir/
| /path/to/script/scriptname; exit 0

The script runs fine from command line, but for some reason it isn't
executed when the e-mail comes in.

What am I missing?!

- Aviram




=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il