El Mar, 30 de Septiembre de 2014, 9:50 pm, juan.mej...@reduc.edu.cu escribió:
> El Mar, 30 de Septiembre de 2014, 2:07 pm, Achilleas Pipinellis escribió:
>
>> On 09/30/2014 06:33 PM, juan.mej...@reduc.edu.cu wrote:
>>
>>
>>> Hi Husson. Thanks for your fast answer!! You'll see: I already have
>>> an SMTP server on my LAN (the one I am using to write this). It is
>>> fully functional and plays well with other systems like Drupal,
>>> Wordpress,
>>> Joomla, Moodle, some Play! Framework apps, etc. What I am looking for
>>> is HOW TO CONNECT GITLAB to that SMTP server. Sorry for the
>>> confussion. So,
>>> whre am I missing the shot?
>>
>> Hi there! Did you setup the from field? See
>> http://stackoverflow.com/questions/24956538/gitlab-email-configuration-i
>> ss ue
>
> In /opt/bitnami/apps/gitlab/htdocs/config/gitlab.yml I have
> email_from: git....@reduc.edu.cu
>
>
> In /opt/bitnami/apps/gitlab/htdocs/config/initializers/smtp_settings.rb I
>  have address: "x.y.x.w",
> port: "25",
> user_name: "my.user",
> password: "123456"
> domain: "reduc.edu.cu"
> authentication: :login
> enable_starttsl_auto: true
>
>
> Somewhere in Internet I found someone saying that
> "config.action_mailer.delivery_method" in
> /opt/bitnami/apps/gitlab/htdocs/config/enviroments/production.rb should be
>  set to :smtp instead of the default :sendmail. I tried this also with no
>  results, so I set it back to :sendmail.
>
> I ping "x.y.z.w" from the VM with GitLab and it responds well. BTW, my
> SMTP server uses a self signed certificate...could the problem be there?
>
>

Hey there!! I solved the issue. Just changed enable_starttsl_auto to false
in /opt/bitnami/apps/gitlab/htdocs/config/initializers/smtp_settings.rb

Thanks for your support.

-- 
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/18594ad56ec16ef6f3bb6816ca711be8.squirrel%40webmail.reduc.edu.cu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to