Project

General

Profile

Email Recieving Issue

Added by J W almost 6 years ago

I have created a cron job that grabs anonymous users email form my test gmail account. This works fine.

rake -f /var/www/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com username=*****@gmail.com password=**** port=993 ssl=1 project=Admin tracker=Support status=New priority=Normal unknown_user=accept no_permission_check=1 allow_override=project,status,tracker,priority --trace

However, it will not accept emails from users that are part of the account. It will read the emails but will not make them into issue tickets. When I made a test project and ran the same script, the test project grabbed the users because they were not added to that group. Additionally, when I changed the unknown_user from from accept to create, it made the user (which email already existed mind you) but as before only turned the known user from unread to read. I am using IMAP with gmail.

Thanks