Job for postfix.service failed because the control process exited with error code. See "systemctl status postfix.service" and "journalctl -xe" for details.
时间:2020-04-26 09:51:05
收藏:0
阅读:402
Linux启动Postfix报错
Job for postfix.service failed because the control process exited with error code. See "systemctl status postfix.service" and "journalctl -xe" for details.
解决方案
vi /etc/postfix/main.cf 修改以下两样为这个配置: inet_protocols = ipv4 inet_interfaces = all
原文:https://www.cnblogs.com/arebirth/p/linuxstartpostfixerror.html
评论(0)