I've installed gitlab
on a centOS 7
server with omnibus package but when I try to create an user on gitlab
the mails are not sent.
I've opened the post 25 with :
sudo firewall-cmd --add-port=25/tcp
But I'm not sure about the psotfix configuration (set hosts,user,password)
I'm using the docs config
gitlab_rails['smtp_enable'] = true;
gitlab_rails['smtp_address'] = 'localhost';
gitlab_rails['smtp_port'] = 25;
gitlab_rails['smtp_domain'] = 'localhost';
gitlab_rails['smtp_tls'] = false;
gitlab_rails['smtp_openssl_verify_mode'] = 'none'
gitlab_rails['smtp_enable_starttls_auto'] = false
gitlab_rails['smtp_ssl'] = false
gitlab_rails['smtp_force_ssl'] = false