A
A
ApaAlex2015-09-24 14:11:45
SMTP
ApaAlex, 2015-09-24 14:11:45

How to configure GitLab 8 SMTP to work with Mail.ru?

How to configure GitLab 8 SMTP to work with Mail.ru?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ApaAlex, 2015-09-24
@ApaAlex

14.04.3 LTS
GitLab 8.0.0
GitLab Shell 2.6.5
GitLab API v3
Ruby 2.1.6p336
Rails
4.1.12 Edit /etc/gitlab/gitlab.rd
You need to uncomment the necessary config lines - remove the # sign at the beginning of the line.
Section "gitlab.yml configuration"
gitlab_rails['gitlab_email_from'] = '[email protected]'
gitlab_rails['gitlab_email_reply_to'] = '[email protected]'
Section "GitLab email server settings"
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.mail.ru"
gitlab_rails['smtp_port'] = 25
gitlab_rails['smtp_user_name'] = "maillogin"
gitlab_rails['
gitlab_rails['smtp_domain'] = "mail.ru"
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_openssl_verify_mode'] = 'peer'
Change ONLY maillogin and mailpassword, save and run reconfiguration "sudo gitlab-ctl reconfigure"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question