PS: The error information -- 504 5.7.4 Unrecognized authentication type It is captured using tshark command : tshark -nxi eth0 -s0 tcp port 25
On Tuesday, May 5, 2015 at 7:47:32 PM UTC+8, Fish Zheng wrote: > > 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/5b70f49f-da30-4139-820e-66510def22ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.