On 07/31/2014 12:38 AM, Niels Peretzke wrote: > Yes, i edited the gitlab.rb and ran "gitlab-ctl reconfigure" after > that; heres my actual config: > > > | > # Change the external_url to the address your users will type in their > browser > external_url 'http://ZYX.de' > # Self-Signup > gitlab_rails['gitlab_signup_enabled']=true > # SMTP Maildelivery > gitlab_rails['smtp_enable']=true > gitlab_rails['smtp_address']="xyz.de" > gitlab_rails['smtp_port']=587 > gitlab_rails['smtp_user_name']="[email protected]" > gitlab_rails['smtp_password']="---password---" > gitlab_rails['smtp_domain']="xyz.de" > gitlab_rails['smtp_authentication']="plain" > gitlab_rails['smtp_enable_starttls_auto']=true > gitlab_rails['gitlab_email_from']="[email protected]" > |
The smtp_address must be an smtp relay server. Since you are using `xyz.de` both for `external_url` and `smtp_address` you should have a mail server set on `xyz.de`. Otherwise you could use an external service such as gmail or mandrill. We should probably add more detailed instructions on setting up e-mail. Seems like a hot issue these days. I'll see to make a guide. -- GPG : 0xABF99BE5 Blog: http://axilleas.me -- 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/53D9CF23.9040506%40gmail.com. For more options, visit https://groups.google.com/d/optout.
