Problem with incomming messages
Added by Anton Chaplygin about 14 years ago
Hi, everybody.
I have a problem with creating issues from emails of the unregistered users. I run this script:
rake -f Rakefile --trace redmine:email:receive_imap RAILS_ENV="production" \ host=imap.gmail.com \ ssl=true port=993 \ username=*****@*****.com password=***** \ project=support \ allow_override=true \ unknown_user=accept \ no_permission_check=1 \ (in /var/www/dev/dev.sp2all.ru/redmine) ** Invoke redmine:email:receive_imap (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute redmine:email:receive_imap
As a result I get tickets made from messages sent from emails of the registered users, but other messages are marked as read. Anonymous and unregistered users are allowed to create issues in my settings, the project is public. Can't understand what's wrong. :-/ Need your advice.
Thanks.