Hi guys,

I need to execute perl script from .forward file.
Basically, whenever emails comes in, a script is
executed.

here is an example of my setup:
username: test

-rwxr-xr-x   1 test test  32 Jun  6 13:53 .forward

here is what I have inside of my forward:
|/home/test/test.pl

permissions on /home/test:
drwxr-xr-x   6 test    test   

When I execute a script from the command line:
# ./test < inputFile
it works fine

or 

# mail test < inputFile
works fine as well.

When I send email to test@domain, for some reasons,
..forward wouldn't execute my script?

Any ideas why?

Thanks a LOT!




__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to