Skip to content

Instantly share code, notes, and snippets.

@megamorf
Created February 25, 2016 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megamorf/5146ef19b89954f6ce65 to your computer and use it in GitHub Desktop.
Save megamorf/5146ef19b89954f6ce65 to your computer and use it in GitHub Desktop.
Gitlab SMTP Configuration
gitlab_rails['gitlab_email_reply_to'] = 'megamorf@mydomain.com'
gitlab_ci['smtp_enable'] = true
gitlab_ci['smtp_address'] = "mailrelay01.mydomain.internal"
gitlab_ci['smtp_port'] = 25
gitlab_ci['smtp_domain'] = "mydomain.internal"
gitlab_ci['smtp_authentication'] = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment