1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 22:19:29 +00:00

add redmine_receive_imap cron

This commit is contained in:
Mark Heiges
2015-12-23 13:02:36 -05:00
parent 6e0c9d7a8a
commit 2a3e519f0e
2 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
cd {{ redmine_root_dir }}
/usr/local/bin/bundle exec rake \
redmine:email:receive_imap \
RAILS_ENV="production" \
project=sysdba \
allow_override=project,tracker,priority,category \
host=imap.gmail.com \
port=993 ssl=SSL \
username={{ smtp_username }} \
password={{ smtp_password }}