Hey
and I try to set up a smtp. Only the problem is that it does not matter how I try not to work.
Host: mchost24
Settings:
gitlab_rails [‘smtp_enable’] = true
gitlab_rails [‘smtp_address’] = “cmail01.mc-host24.de”
gitlab_rails [‘smtp_port’] = 25
gitlab_rails [‘smtp_user_name’] = “subdomain@my-domain.net”
gitlab_rails [‘smtp_password’] = “mypasswort”
gitlab_rails [‘smtp_domain’] = “cmail01.mc-host24.de”
gitlab_rails [‘smtp_authentication’] = “login”
gitlab_rails [‘smtp_enable_starttls_auto’] = true
gitlab_rails [‘smtp_tls’] = true
gitlab_rails [‘smtp_ssl’] = false
gitlab_rails [‘smtp_openssl_verify_mode’] = ‘none’
error after email test per console :
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol)