El Mar, 30 de Septiembre de 2014, 2:07 pm, Achilleas Pipinellis escribió:
> On 09/30/2014 06:33 PM, [email protected] 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-iss
> ue

In /opt/bitnami/apps/gitlab/htdocs/config/gitlab.yml I have
email_from: [email protected]

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?

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

Reply via email to