Defect #3554
openThe IMAP method for anonymous issue creation doesn't work from revision Revision 2789
0%
Description
The Anonymous user email mapping from Revision 2789 doesn't work. I'm trying to use the IMAP method to create an issue from email.
Here is the command I'm using:
rake redmine:email:receive_imap RAILS_ENV="production" host=mail.mydomain.com username=support@mydomain.com password=mypassword project=support unknown_user=accept
Note: After I run the command the test email in the INBOX is marked as "seen" (so I know its connecting and reading the mailbox properly) but no issue is created. I've double checked the permissions and the anonymous user has "add issues" permission. There are no errors in the error log.
Here is my environment:
About your application's environment
Ruby version 1.8.5 (i386-linux)
RubyGems version 1.3.1
Rails version 2.2.2
Active Record version 2.2.2
Action Pack version 2.2.2
Active Resource version 2.2.2
Action Mailer version 2.2.2
Active Support version 2.2.2
Application root /var/www/vhosts/mydomain.com/httpdocs/redmine
Environment production
Database adapter mysql
Database schema version 20090614091200
Related issues