Content
You are here:
Robin Kluth
Activity
Reported work packages: 1
02/16/2023
-
Bug #46142: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)updated on 02/16/2023 05:57 AM
-
Comment added
Setup an own server via .deb installation method, which is working. I dont get why the docker method does not work.
-
Comment added
02/13/2023
-
Support Installation & Updates: RE: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)created on 02/13/2023 11:04 AMMoved to https://community.openproject.org/projects/openproject/work_packages/46142/activity
-
Bug #46142: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)updated on 02/13/2023 08:57 AM
-
Comment added
Since this is a kind of timeout, I hacked into the mail_settings.yml and added:
ActionMailer::Base.smtp_settings...
-
Comment added
-
Bug #46142: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)updated on 02/13/2023 07:05 AM
-
Comment added
We have a Redmine (Ruby as well) setup on the same host - via docker. Thats working great. Digging further...
default:
...
-
Comment added
02/08/2023
-
Bug #46142: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)updated on 02/08/2023 10:05 AM
-
Comment added
Thanks for your reply. No, this mail server is only internal one for relaying. It does not support TLS.
I dont know what...
-
Comment added
02/07/2023
-
Bug #46142: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)created on 02/07/2023 10:31 AM
02/01/2023
-
Support Installation & Updates: [Docker] SMTP setup fails - (Net::ReadTimeout with #<Socket:(closed)>). (Project: OpenProject)created on 02/01/2023 01:27 PMHi.
We installed OP (12.4.3) via docker on a linux host:
#!/bin/bash
docker run -d -p 8080:80 \
--name openproject \
--r...