Project

General

Profile

Mail Importer does not pull emails from external addresses into Redmine

Added by shikari shambu over 13 years ago

I am using Exchange server running POP3 service. Emails sent from internal domain/ same exchange server gets imported to redmine. But, emails sent from external accounts get delivered to the exchange server (see it on it) but it do not get pulled in. Any help in resolving this should be helpful.

email.yml:

production:
delivery_method: :smtp
smtp_settings:
address: pop3.mydomain.com
port: 25
domain: mydomain.com
authentication: :none

pop3import.bat:

CALL rake redmine:email:receive_pop3 RAILS_ENV="production" host=pop3.mydomain.com port=110 username=useridA password=passwordA project=projectA tracker=bug allow_override=project,tracker,priority,assignee,category


Replies (1)

RE: Mail Importer does not pull emails from external addresses into Redmine - Added by shikari shambu over 13 years ago

Oops, I had not set it up to accept emails from anonymous users.

Added

unknown_user=accept no_permission_check=1

And, all is well

    (1-1/1)