Project

General

Profile

Is it possible to configure STARTTLS for receive_pop3?

Added by Dmitry Kushpet about 9 years ago

Hi!

I'm trying to configure incoming e-mail for my redmine. Our company uses STARTTLS extension for POP3 server connection.

When I'm trying to fetch e-mail like this:

rake -f /home/redmine/redmine/Rakefile --silent redmine:email:receive_pop3 RAILS_ENV="production" host=our.company.host.ru port=110 username= password=XXXXXX

I get the following error:

rake aborted!
Net::POPAuthenticationError: -ERR Command is not valid in this state.

May I somehow specify STARTTLS for receive_pop3?

Thanks!


Replies (1)

RE: Is it possible to configure STARTTLS for receive_pop3? - Added by Martin Denizet (redmine.org team member) about 9 years ago

Hello Dmitry,

I don't think so for STARTTLS but you can use SSL since Redmine 2.6.0, see #16707

Cheers,

    (1-1/1)