Content
You are here:
Incoming Mails does not work even when "no_permission_check=1" is enabled
Added by Morné Parsons about 7 years ago
Hi,
I have configured incoming emails to create work packages, but it only works for registered users.
I have gone through this link as well RedmineIncomingMails
i have tried the following:
sudo openproject run bundle exec rake redmine:email:receive_imap host='XXX' username='XXX' password='XXX' port=993 ssl=true allow_override=type,project=XXX,no_permission_check=1
and the following
sudo openproject run bundle exec rake redmine:email:receive_imap host='XXX' username='XXX' password='XXX' port=993 ssl=true allow_override=type,project=XXX,no_permission_check=1,unknown_user=accept
But still only process emails from existing users.
Please advise.