Defect #6097
closedFailing to add new issue if project is not public
0%
Description
Hi, I have been testing a setup with creation of issues based upon e-mail. I've set up a queue with identifier "support-lnu", which is not public. The command I use is:
"| /usr/local/bin/rdm-mailhandler.rb --unknown-user create --url http://127.0.0.1 --key xAscSW6SDuMrSRilCLFB --project support-lnu --tracker Bug"
When running from command line (cat mailtest | /usr....) I get the error message "Request was denied by your Redmine server. Possible reasons: email is sent from an invalid email address or is missing some information.". However, that is not the problem as when I check "public" on the project, everything works just fine.
As per the documentation, "Authentication required" is unchecked under Administration»Settings»Authentication.