Quoting "Ivanelson Nunes" <[email protected]>:
The cron job. You configured for the Apache user (www-data) or to the user "myticketuser"?
In my case, the cron job is for user "myticketuser". Note, that "sudo" is used, so the entry in the /etc/sudoers is: myticketuser ALL=(www-data) NOPASSWD: /usr/bin/email2trac, /bin/cat I.e. the myticketuser is allowed to run email2trac and cat as the www-data user. Otherwise it wouldn't work. (I don't remember why cat is important, maybe you can try without it.) Cheers -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
