ORF反垃圾邮件系统

邮件服务器-邮件系统-邮件技术论坛(BBS)

 找回密码
 会员注册
查看: 7258|回复: 2
打印 上一主题 下一主题

服务器响应,'451 qq trouble creating files in queue (#4.3.0),该怎么解决?

[复制链接]
跳转到指定楼层
顶楼
发表于 2004-7-20 20:15:06 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我在清除队列时,没有停止QMAIL,发邮件时出现这样的提示:<br>
出现未知错误。 主题 'test', 帐户: '172.16.1.4', 服务器: '172.16.1.4', 协议: SMTP, 服务器响应: '451 qq trouble creating files in queue (#4.3.0)', 端口: 25, 安全(SSL): 否, 服务器错误: 451, 错误号: 0x800CCC6A;<br>
该怎么解决?<br>
谢谢!
沙发
发表于 2004-7-21 18:00:41 | 只看该作者

Re:服务器响应,'451 qq trouble creating files in queue (#4.3.0),该怎么解决?

进入编译前源文件目录,make setup check即可<br>
藤椅
发表于 2004-7-21 18:02:07 | 只看该作者

Re:服务器响应,'451 qq trouble creating files in queue (#4.3.0),该怎么解决?

提供你一个国外的做法,具体差不多。不过更具体点:<br>
Your queue structure is clearly seriously messed up.<br>
<br>
Stop qmail, then move /var/qmail/queue to /var/qmail/badqueue and<br>
reinstall ("make setup check").<br>
<br>
Then have a look at the messages in the badqueue directory. Read the<br>
INTERNALS file, noting among other things that files under the mess<br>
subdirectory must have an inode number equal to their name. Did you<br>
perhaps violate this by restoring a queue from backup, for example?<br>
If so, messages need renumbering before you can move them back in the<br>
queue. Also, if queue files had their ownership changed, that must be<br>
fixed. The mess/*/* files should have owner qmailq, while ones under<br>
info/, local/, and remote/ should be owned by qmails.<br>
<br>
You may find it easier to just reinject messages in the queue based on<br>
what is in the info (envelope sender) and local and remote files. The<br>
qmail-queue man page explains what is needed; what goes to file<br>
descriptor 1 is the concatenation of the info file, then the remote<br>
and local files, with an extra NUL byte appended.<br>
<br>
Oh, actually, that would resend messages that were already<br>
delivered. Try instead the output of<br>
<br>
( cat info/$msg remote/$msg local/$msg | tr '\000' '\012'; echo ) |<br>
grep '^[FT]' | tr '\012' '\000'<br>
<br>
"Some assembly required." (No, not assembly *language*.)<br>
<br>
The latter approach has the advantage that you can restart the queue<br>
without waiting to stuff messages from the old queue into the new one.<br>
您需要登录后才可以回帖 登录 | 会员注册

本版积分规则

小黑屋|手机版|Archiver|邮件技术资讯网

GMT+8, 2024-12-28 02:30

Powered by Discuz! X3.2

© 2001-2016 Comsenz Inc.

本论坛为非盈利中立机构,所有言论属发表者个人意见,不代表本论坛立场。内容所涉及版权和法律相关事宜请参考各自所有者的条款。
如认定侵犯了您权利,请联系我们。本论坛原创内容请联系后再行转载并务必保留我站信息。此声明修改不另行通知,保留最终解释权。
*本论坛会员专属QQ群:邮件技术资讯网会员QQ群
*本论坛会员备用QQ群:邮件技术资讯网备用群

快速回复 返回顶部 返回列表