Hi, GitLaber

This is a newbie for gitlab.
After I installed one gitlab-ce-7.10.1 on Ubuntu-14.04, it cannot send the 
account confirmation email to me.


My SMTP server have no authentication support. and I tried these two 
authentication method: "login" and "plain".
Is there others auth method? How can I configure SMTP in the 
/etc/gitlab/gitlab.rb to send email?


Here is my /etc/gitlab/gitlab.rb snppet:

gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "mail.company.com"
gitlab_rails['smtp_port'] = 25
gitlab_rails['smtp_user_name'] = "my.n...@company.com"
gitlab_rails['smtp_password'] = "MyPassword"
gitlab_rails['smtp_domain'] = "mail.company.com"
##504 5.7.4 Unrecognized authentication type
#gitlab_rails['smtp_authentication'] = "login"
##504 5.7.4 Unrecognized authentication type
gitlab_rails['smtp_authentication'] = "plain"
gitlab_rails['smtp_enable_starttls_auto'] = false
gitlab_rails['smtp_tls'] = false
gitlab_rails['smtp_openssl_verify_mode'] = 'none'

-- 
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/abfb587f-ac78-4327-bc2f-673dfe0328cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to