Hi there,

I'm having issues with SMTP and logs are not providing enough information 
to diagnose.

* I have configured email using the provided documentation 
at: 
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/smtp.md

* I am using mailgun and have confirmed the given authentication works.

* I'm running latest gitlab omnibus on CentOS 7.2 installed via yum

* I've tried ports 465 and 587

* my configuration from /etc/gitlab/gitlab.rb is below:

gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.mailgun.org"
gitlab_rails['smtp_port'] = 587
gitlab_rails['smtp_authentication'] = "plain"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_username'] = "git...@mg.mydomain.com"
gitlab_rails['smtp_password'] = "password"
gitlab_rails['smtp_domain'] = "mg.mydomain.com"

mattermost['email_smtp_username'] = "matterm...@mg.mydomain.com"
mattermost['email_smtp_password'] = "password"
mattermost['email_smtp_server'] = "smtp.mailgun.org"
mattermost['email_smtp_port'] = 465

Thanks for any help you can provide.

Rob

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/291ce794-d4e0-49fb-972d-066130eb5b6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to