zxg588 发表于 2015-11-24 09:16:45

解决 /etc/postfix/main.cf: No such file or directory

  在网络配置后,重启网络服务sudo /etc/init.d/networking restart,有时候会报如下错误:
postconf: fatal: open /etc/postfix/main.cf: No such file or directory
在此时只需在etc/postfix下建立main.cf文件即可
sudo touch /etc/postfix/main.cf
再次重启网络服务即可上网遨游了。
页: [1]
查看完整版本: 解决 /etc/postfix/main.cf: No such file or directory