Content
Problem incoming mail
Added by Nicola Carlino almost 9 years ago
Hi,
i have installed openproject 5.0.11 on Ubuntu 14.04.3 (guide: https://www.openproject.org/open-source/packaged-installation/packaged-installation-guide) and openproject works without problems (I think).
Now i’m setting incoming mail from this guide (https://www.openproject.org/open-source/manual-installation/incoming-e-mails-setup) but not work.
I run this command as openproject:
openproject run rake redmine:email:receive_imap host=’mailserver.domain.tld’ username=’user’ password=’password’ port=143 allow_override=type,project project=demo-project
and the result into log production.log is:
INFO — : MailHandler: ignoring email from unknown user [seders@domain.tld]
Note: The command bundle exec rake … don’t works!
Can you help me?
Replies (1)
Hey Nicola,
please note that there is currently a bug fix in progress that concerns the setting of default values for incoming mails (such as your
project=demo-project
).https://community.openproject.org/work_packages/22607/activity
The issue you have is a different one:
The mail that is received from
seders@domain.tld
does not match any registered mail in your OpenProject instance, and is thus rejected.If you want to allow anonymous users to send mail to your instance, set
no_permission_check=1
in the rake task.Best,
Oliver