For
Gitlab operation we need to configure mail service on Gitlab server. Use any
mail services like sendmail, postfix or other SMTP servers etc. In this post we
are using postfix email service for sending emails.
[root@linuxcnf
~]# yum install postfix curl policycoreutils
[root@linuxcnf
~]# chkconfig postfix on
[root@linuxcnf
~]# service postfix start
[root@linuxcnf
~]# firewall-cmd --permanent --add-port=80/tcp
[root@linuxcnf
~]# systemctl reload firewalld
|
No comments:
Post a Comment