Closed. This question is off-topic。它当前不接受答案。












想要改善这个问题吗? Update the question,所以它是用于堆栈溢出的on-topic

7年前关闭。



Improve this question




我正在本教程Postfix邮件服务器上工作。
https://help.ubuntu.com/community/Postfix

当我运行命令时。
su-fmaster
邮件

我得到了错误。
无法打开邮箱/var/mail/fmaster:权限被拒绝
没有邮件给fmaster

我也以fmaster身份登录。
终端->邮件。

/var/mail/fmaster:权限被拒绝
没有邮件给fmaster

最佳答案

           sudo touch /var/mail/$USER
           sudo chown $USER:mail /var/mail/$USER
           sudo chmod o-r /var/mail/$USER
           sudo chmod g+rw /var/mail/$USER

关于ubuntu - 执行Postfix Ubuntu教程时权限被拒绝,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/9153398/

10-12 03:06