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.
Updated by Felix Schäfer over 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
The repository is private, which means non-members (what the newly-created users essentially are) can't post new issues there, you'll have to pass --no-permission-check
with it to make it work.
Please use the forums for configuration questions or if you are unsure if it is a bug in the future, thanks.