In gmane.comp.version-control.subversion.trac.general, you wrote:
> Scott Hildebrand skrev 25. feb. 2010 20:46:
>> The problem I've had is that when I try to install the plugin, it
>> tries to install stuff to /etc and various places I don't have access
>> to because DH is a shared server.
>> 
>> Is there anybody here who has experience with this who can do it as a
>> contractor?
>> 
>
> According to what I found with a quick google search:
>
> http://forums.kayako.com/f74/any-one-can-help-me-email-piping-dreamhost-23871/
>  
>
>
> it might not be possible to set up email2trac on dreamhost. I'm not sure 
> what filesystems are available at the time of mail delivery -- 
> email2trac needs access to the trac instance.
>
> If you can get piping to a python script to work, you might have better 
> luck with the http://trac-hacks.org/wiki/MailToTracPlugin, which 
> supposedly uses xmlrpc(?) to actually create tickets.
>
> I've briefly looked at the source, and it appears you need to have 
> access to at least parts of the ini-file for this to work as well.
>
> In general it looks like it might some day be a better script than 
> email2trac, but for general use, right now, it would appear email2trac 
> is better.
>
> I'm not very familiar with the xmlrpc-plugin -- it's quite possible that 
> making a custom python(or other language)-pipe that interfaces via 
> xmlrpc is feasible.
>

I have such a thing with trac-gate, which is currently expirimental.
The trac plugin portion simply exposes an xmlrpc interface for incoming
emails.  In order for it to know which ticket you are replying to, you
either need to add some annotations to your email, or use
announcerplugin (which sets a message-id that trac-gate can decode into
a resource id).  If you are just using it for new tickets, then it
should just work.  

I also have a lamson component that knows how to lookup trac xmlrpc
interfaces by incoming To: address.  You could right a bash script to
integrate with postfix.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to