千家信息网

oracle linux 7开端口

发表于:2025-02-01 作者:千家信息网编辑
千家信息网最后更新 2025年02月01日,selinux was enabledyou need to add the port 587 to http_port_tsemanage port -m -t http_port_t -p tcp
千家信息网最后更新 2025年02月01日oracle linux 7开端口

selinux was enabled
you need to add the port 587 to http_port_t
semanage port -m -t http_port_t -p tcp 587 # so that haproxy can bind to port 587
also need to open port 587 in firewall
firewall-cmd --permanent --add-port=587/tcp
firewall-cmd --reload

0