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

编程入门 行业动态 更新时间:2024-10-12 01:30:43

响应<a href=https://www.elefans.com/category/jswz/34/1771423.html style=服务器451,服务器响应,'451 qq trouble creating files in queue (#4.3.0),该怎么解决?..."/>

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

提供你一个国外的做法,具体差不多。不过更具体点:

Your queue structure is clearly seriously messed up.

Stop qmail, then move /var/qmail/queue to /var/qmail/badqueue and

reinstall ("make setup check").

Then have a look at the messages in the badqueue directory. Read the

INTERNALS file, noting among other things that files under the mess

subdirectory must have an inode number equal to their name. Did you

perhaps violate this by restoring a queue from backup, for example?

If so, messages need renumbering before you can move them back in the

queue. Also, if queue files had their ownership changed, that must be

fixed. The mess/*/* files should have owner qmailq, while ones under

info/, local/, and remote/ should be owned by qmails.

You may find it easier to just reinject messages in the queue based on

what is in the info (envelope sender) and local and remote files. The

qmail-queue man page explains what is needed; what goes to file

descriptor 1 is the concatenation of the info file, then the remote

and local files, with an extra NUL byte appended.

Oh, actually, that would resend messages that were already

delivered. Try instead the output of

( cat info/$msg remote/$msg local/$msg | tr '\000' '\012'; echo ) |

grep '^[FT]' | tr '\012' '\000'

"Some assembly required." (No, not assembly *language*.)

The latter approach has the advantage that you can restart the queue

without waiting to stuff messages from the old queue into the new one.

更多推荐

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

本文发布于:2024-02-14 15:02:43,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1763979.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:服务器   该怎么   qq   creating   trouble

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!