I'm using Red Hat 6.5 and the CentOS 6 omnibus distribution, and everything works beautifully except for emails. I cannot for the life of me get an email to send from the system, even after switching to use SMTP instead. I followed the directions and my gitlab.rb file looks like the below (I can't figure out how to tell it to not use authentication), but the emails just don't send. I don't even know what troubleshooting steps to try; nothing I've done so far has worked. Any advice would be greatly appreciated!
gitlab.rb: # Change the external_url to the address your users will type in their browser external_url 'URL' gitlab_rails['smtp_enable'] = true gitlab_rails['smtp_address'] = "MAIL SERVER URL" gitlab_rails['smtp_port'] = 25 gitlab_rails['smtp_authentication'] = false gitlab_rails['smtp_enable_starttls_auto'] = false -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/bc7f83c2-ac53-4c30-b714-29ce67420d11%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
