我正在尝试为smtp中继设置一个后缀服务器. Centos 5.5
我已经按照http://mhawthorne.net/posts/postfix-configuring-gmail-as-relay.html但在尝试重新启动或重新加载postfix时遇到Failed错误.
当我做:
cat maillog
我明白了:
fatal: open /etc/postfix/main.cf: Permission denied
这是我尝试过的:
chown postfix /etc/postfix/main.cf chmod u+rwx /etc/postfix/main.cf
在那之后,我做:
ls -l /etc/postfix/main.cf
这给了我:
-rwx------. 1 postfix anotheruser 27531 Apf 29 12:19 /etc/postfix/main.cf
没有骰子.同样的错误.我甚至试过暂时做chmod 777但是得到了同样的错误.
有关权限问题的任何想法?我假设它作为postfix用户运行服务.
谢谢
解决方法
几乎可以肯定与SELinux有关.我打赌你把main.cf搬到了那个位置.
尝试运行restorecon -v /etc/postfix/main.cf来修复标签.