postfix启动失败

postfix启动总是出现以下情况:# postfix startpostfix: fatal: file /etc/postfix/main.cf: parameter mail_owner: user postfix has privileged group ID# id postfixuid=89(postfix) gid=0(root) groups=0(root)# chkconfig postfix –listpostfix 0:关闭 1:关闭 2:启用 3:启用 4:启用 5:启用 6:关闭

解决:

postfix列进root组了这个是不对的。所以有此警告,建议单独给postfix搞1个组.
对的!useradd -g 89 -u postfix postfix 就行了

原创文章,转载请注明: 转载自PT Ubuntu Blog

本文链接地址: http://www.ptubuntu.com/2008/07/1928.html

Share

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Verify Code   If you cannot see the CheckCode image,please refresh the page again!