simple script that converts incoming emails to redmine tickets
Go to file
Serghei Mihai 7e5da12e4e initial README 2016-04-14 18:42:18 +02:00
README initial README 2016-04-14 18:42:18 +02:00
eo-redmine-mailfilter.sh add script to be called by exim 2016-03-31 18:53:51 +02:00
mail2redmine.py fix module and parameter names colision 2016-04-14 17:25:10 +02:00

README

mail2redmine
============

mail2redmine converts incoming email from Exim to Redmine tracker tickets by
using mail subject and body as ticket title and description respectively.

Ticket owner is detected from sender's address if a corresponding account
exists on Redmine. The email is sent to a fallback address if account doesn't
exist.

Email attachment are joined to the ticket.

Installation and configuration
==============================

Copy both scripts ``mail2redmine.py`` and ``eo-redmine-mailfilter.sh`` under
`/usr/local/bin`.

Configure your exim server to redirect emails to ``eo-redmine-mailfilter.sh``
script:

`
^support-[a-z-]*: "|/usr/local/bin/eo-redmine-mailfilter.sh"
`

Put an admin's account API key in ``/etc/redmine-key`` file.