I would like to pipes all incoming mail to "tracker@mydomain.com" to the ruby script 'tracker_email.rb' ,
located at /var/www/vhosts/mydomain.com/httpdocs/tracker
so , at : /var/qmail/mailnames/mysportacademy.com/tracker, I created a .procmailrc file
== START OF FILE==
:0
*
#* ^To:*
|ruby /var/www/vhosts/mydomain.com/httpdocs/tracker/tracker_email.rb
==END OF FILE ===
but when I send an email to tracker@mydomain.com, the script doesn't seems to be executed ....
the email is there in the mailbox...
in which log file can I check what happen ?
thanks for your suggestions
[DEBIAN Lenny OS]
located at /var/www/vhosts/mydomain.com/httpdocs/tracker
so , at : /var/qmail/mailnames/mysportacademy.com/tracker, I created a .procmailrc file
== START OF FILE==
:0
*
#* ^To:*
|ruby /var/www/vhosts/mydomain.com/httpdocs/tracker/tracker_email.rb
==END OF FILE ===
but when I send an email to tracker@mydomain.com, the script doesn't seems to be executed ....
the email is there in the mailbox...
in which log file can I check what happen ?
thanks for your suggestions
[DEBIAN Lenny OS]