On 24 May 11:16, Mark Rogers wrote:
<snippety class="zealous" description="getmail + trac not co-operating"/>
I'm not exactly what you'd call proficient in either trac or getmail, which doesn't help.
My getmailrc file contains: [destination] type=MDA_external path=/usr/bin/email2trac arguments = ("--project myproject", "-f /etc/email2trac.conf")
NOTE: EVERYTHING BELOW IS A GUESS!
I'd changes that to:
[destination] type=MDA_external path=/usr/bin/email2trac arguments=("--project", "myproject", "-f", "/etc/email2trac.conf")
If that works, then the issue is simple, it's that email2trac is getting an option of "--project myproject" as one argument rather than 2.
You could test it on the command line by throwing something through to /usr/bin/email2trac "--project myproject" "-f /etc/email2trac.conf")
I'm also assuming that the user your running getmail as is allowed to use email2trac.
Hope that helps,