Chinaunix首页 | 论坛 | 博客
  • 博客访问: 955360
  • 博文数量: 245
  • 博客积分: 11429
  • 博客等级: 上将
  • 技术积分: 2662
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-15 00:16
文章存档

2011年(56)

2010年(174)

2009年(15)

分类: LINUX

2010-10-21 15:24:02

安装postfix 时错误

not shared with other accounts, not even with the Postfix mail_owner
account. You can no longer specify "no" here.
setgid_group: [postdrop]
postfix-install: Error: "postfix" needs an entry in the passwd file.
Remember, "postfix" needs a dedicated user and group id.
make: *** [install] Error 1

补救方法如下:

groupadd postfix -g 1000

groupadd postdrop

useradd postfix -u 1000 -g postfix -G postdrop

然后回到安装目录,重新make install.



阅读(708) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~