免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1228 | 回复: 2
打印 上一主题 下一主题

[Mail] qmail 启动问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-24 11:40 |只看该作者 |倒序浏览
[root@study root]# ps -eaf |grep qmail
root       903   847  0 11:24 ?        00:00:00 readproctitle service errors: ..
./multilog: access denied?env: qmail-start: No such file or directory?setuidgid:
fatal: unable to run /usr/local/bin/multilog: access denied?setuidgid: fatal: u
nable to run /usr/local/bin/multilog: access denied?env: qmail-start: No such fi
root       904   902  0 11:24 ?        00:00:00 supervise qmail-send
root       906   902  0 11:24 ?        00:00:00 supervise qmail-smtpd
root      7099   906  0 11:50 ?        00:00:00 /usr/local/bin/tcpserver -v -H -
R -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb -c  -u  -g  0 smtp /var/qmail/bin/qmai
l-smtpd /home/vpopmail/bin/vchkpw /bin/true
qmaill    7242   907  0 11:51 ?        00:00:00 [setuidgid <defunct>;]
qmaill    7243   905  0 11:51 ?        00:00:00 [setuidgid <defunct>;]
root      7245  6931  0 11:51 pts/0    00:00:00 grep qmail
[root@study root]#

论坛徽章:
0
2 [报告]
发表于 2005-08-24 13:45 |只看该作者

qmail 启动问题

[quote]原帖由 "log2log3"]dy root]#[/quote 发表:

启动脚本和权限有问题!贴出来看看!

论坛徽章:
0
3 [报告]
发表于 2006-04-24 14:44 |只看该作者

qmail启动问题

[root@mail init.d]# ps -df | grep qmail
qmails    1561     1  0 14:40 pts/0    00:00:00 [qmail-send]
qmaill    1562  1561  0 14:40 pts/0    00:00:00 [splogger]
root      1563  1561  0 14:40 pts/0    00:00:00 qmail-lspawn ./Maildir/
qmailr    1566  1561  0 14:40 pts/0    00:00:00 [qmail-rspawn]
qmailq    1567  1561  0 14:40 pts/0    00:00:00 [qmail-clean]
root      1571  1287  0 14:44 pts/0    00:00:00 grep qmail

没有启动

以下是我的启动脚本
/etc/rc.d/init.s/qmail

#!/bin/sh
case "$1" in
start)
echo -n "start qmail:"
/var/qmail/rc &
echo "."
echo -n "start smtp service:"
/usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -u 500 -g 500 0 smtp /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtp
d 3 &
echo -n "start pop3 service:"
/usr/local/bin/tcpserver -H -R 0 pop3 /var/qmail/bin/qmail-popup tyudc.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maild
ir &


echo "."
;;
esac
exit 0

权限为:chmod 777 /etc/rc.d/init.d/qmail
各位大侠请抽时间帮忙看一下.谢谢!

[ 本帖最后由 yanweihao 于 2006-4-24 15:02 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP