sunkezai 发表于 2015-11-24 08:36:49

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

  Ubuntu /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
再次重启网络服务即可上网遨游了。

  
  from:http://blog.csdn.net/zxs9999/article/details/6133177
页: [1]
查看完整版本: Ubuntu /etc/postfix/main.cf: No such file or directory