>> execv error: cmd='/usr/local/php/bin/php
>> /var/MailRoot/bin/script.php' errno=2 errstr='no such file or
>> directory' 
>> 
>> obviosuly the command line is correct !
> 
> You need to split it:
> 
> "/usr/local/php/bin/php" "/var/MailRoot/bin/script.php" ...

Or add

#!/usr/local/php/bin/php

as first line to your php script, and chmod it 755

then 

"/var/MailRoot/bin/script.php"<newline>

is enough in the tab file.
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to