get Office365's mail with rake command
Added by Koji Okano almost 10 years ago
Hi,
My redmine gets email from web mail server.
I'm trying to change mail to Office365 now.
But, "rake" command is aborted.
Original rake command is
rake -f /var/lib/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=A.AAAA.com port=143 username=okano password=XXXXXXX project=unyou tracker=mail category=mail allow_override="project,tracker,category,priority,status,assignedto,start date,due date"
I think that refused to Microsoft SSLv3 in Office365.
(cause POODLE)
How can use TLSv1 at rake command?
How do you rake command becomes able to use TLSv1 if?
Sorry, Clumsy English :<
Thanks.
Replies (1)
RE: get Office365's mail with rake command
-
Added by Koji Okano almost 10 years ago
Hi, thanks.
I was confused to think access at TLS connection of RedMine's rake.
This cause was SSL parametor setting.
I added "SSL=1" parametor of rake command, after connected to Office 365's mail.