在网络配置后,重启网络服务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 再次重启网络服务即可上网遨游了。 |
在网络配置后,重启网络服务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 再次重启网络服务即可上网遨游了。 |