[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Running command on incoming mail (qmail)
- To: "linux ILUG" <linux-il(at-nospam)linux.org.il>
- Subject: Running command on incoming mail (qmail)
- From: "Aviram Jenik" <aviram(at-nospam)jenik.com>
- Date: Sat, 12 May 2001 18:25:32 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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