I am having issues tracking down a problem.
In my admin panel I am seeing the following message
Some problems have been found with your installation of Discourse:
* Email polling has generated 4 errors in the past 24 hours. Look at [the logs] for more details.
on /logs I am seeing
5 Job exception: -ERR [AUTH] Username and password not accepted.
This is the backtrace data
/usr/local/lib/ruby/2.4.0/net/pop.rb:1006:in `check_response_auth'
/usr/local/lib/ruby/2.4.0/net/pop.rb:905:in `auth'
/usr/local/lib/ruby/2.4.0/net/pop.rb:567:in `do_start'
/usr/local/lib/ruby/2.4.0/net/pop.rb:531:in `start'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:41:in `poll_pop3'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:16:in `execute'
/var/www/discourse/app/jobs/base.rb:134:in `block (2 levels) in perform'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rails_multisite-2.0.4/lib/rails_multisite/connection_management.rb:63:in `with_connection'
/var/www/discourse/app/jobs/base.rb:129:in `block in perform'
/var/www/discourse/app/jobs/base.rb:125:in `each'
/var/www/discourse/app/jobs/base.rb:125:in `perform'
/var/www/discourse/app/jobs/base.rb:180:in `perform'
/var/www/discourse/lib/scheduler/manager.rb:91:in `process_queue'
/var/www/discourse/lib/scheduler/manager.rb:37:in `block in initialize'
I have verified using ruby net/pop that my credentials works. The polling interval is also set to 5 minutes and it has only failed 5 times in 24 hours. It has been happening for about 2 days now and I am just not having any luck tracking down the issue.
Anyone have any suggestions?