https://github.com/vitexus/redmine-mail2ticket
Debian package to get mail and make an issue from it
https://github.com/vitexus/redmine-mail2ticket
Last synced: about 1 year ago
JSON representation
Debian package to get mail and make an issue from it
- Host: GitHub
- URL: https://github.com/vitexus/redmine-mail2ticket
- Owner: Vitexus
- License: gpl-2.0
- Created: 2015-05-23T05:29:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T15:37:43.000Z (about 11 years ago)
- Last Synced: 2025-02-14T22:53:30.320Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 168 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
redmine-mail2ticket
===================
Debian package to get mail and mage an issue from it
Installation
------------
wget -O - http://v.s.cz/info@vitexsoftware.cz.gpg.key | sudo apt-key add -
echo deb http://v.s.cz/ stable main | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo aptitude update
sudo aptitude install redmine-mail2ticket
First time wizard help you create initial configuration
**/etc/redmine/default/mail2ticket.yml**
with very simple structure:
production:
project_name:
method: imap
host: mail.domain.exp
password: secret123
username: username
project2_name:
method: imap
host: mx.domain.exp
password: secret321
username: username
allow_override: tracker,category,priority
development:
project3_name:
method: pop
host: pop3.demo.exp
password: h1dden
username: username
etc ...
/etc/cron.d/ rule every 5 min run /usr/share/redmine/extra/mail_handler/mail2ticket.rb
which read records from configuration and feed it rake task. More info:
http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails