gitlab搭建提示inet_interfacesJob for postfix.service failed because the control process exited with erro

来源:互联网 发布:视频相片制作软件 编辑:程序博客网 时间:2024/06/05 03:19

Job for postfix.service failed because the control process exited with error code. See "systemctl status postfix.service" and "journalctl -xe" for details


解决办法:

  1. 修改 /etc/postfix/main.cf的设置  
  2.   
  3. inet_protocols = ipv4  
  4. inet_interfaces = all  

阅读全文
0 0