문제

Hello I am running Plesk 10.4.4 with Qmail and noticed that one of my customers was spammed with an invalid address to which qmail kept trying to reply to. This unfortunately caused a major pile up (over 100 emails) in the system with some retries being held up for over 7 days and any new emails trying to go out would take up to 2 hours even if the addresses are correct.

Is there any way to tell qmail to not keep retrying and delete anything from queue that is over 2 hours old?

도움이 되었습니까?

해결책

echo "7200" > /var/qmail/control/queuelifetime
/etc/init.d/qmail restart

7200 - it's 2 hours * 60 minutes * 60 seconds

But I think that 2 hours may be not enough, 1 or 2 days is OK for me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top