Actions
Defect #19259
closedPOPAuthenticationError: Command is not valid in this state
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When attempting to retrieve email via POP3, I came across an error Net::POPAuthenticationError: -ERR Command is not valid in this state.
The command I used was:
rake redmine:email:receive_pop3 RAILS_ENV="production" host=exch.abc.local username=redmine@abc.local password=password123
I haved tried many different variations but after looking at the Ruby on Rails documentation, the host was replaced with address then my error no longer appear:
rake redmine:email:receive_pop3 RAILS_ENV="production" address=exch.abc.local username=redmine@abc.local password=password123
Updated by John Nguyen over 9 years ago
I should mention that my deployment is Bitnami Redmine 2.6.2, sorry.
Updated by Toshi MARUYAMA over 9 years ago
- Affected version changed from 3.0.0 to 2.6.2
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please contact bitnami team.
Actions