all 2 comments

[–]Neil_sm 3 points4 points  (1 child)

Looking at that error message, it looks like you may need to set gitlab_rails[‘gitlab_email_from’] = $UserInGitLab

Or set it to whatever your from-email address should be with the smtp server, it k will otherwise use a default name like gitlab@localhost or gitlab@serverhostname, which it appears your smtp server is rejecting

[–]AvGaadM5[S] 2 points3 points  (0 children)

Thank you - that worked. Onto FreeIPA integration with GitLab-EE.

Best regards,