Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我正在使用 Qmail 运行 Plesk 10.4.4,并注意到我的一位客户收到了垃圾邮件,其中包含 qmail 一直试图回复的无效地址。不幸的是,这导致系统中出现大量邮件(超过 100 封电子邮件),其中一些重试被搁置了 7 天以上,即使地址正确,任何试图发出的新电子邮件也需要长达 2 小时。
有没有办法告诉qmail不要继续重试并从队列中删除超过2小时的任何内容?
echo "7200" > /var/qmail/control/queuelifetime /etc/init.d/qmail restart
7200 - 2 小时 * 60 分钟 * 60 秒
但我觉得2小时可能不够,1、2天对我来说还可以。