การติดตั้ง Qmail
ใช้ patch จากที่นี่ http://qmail.jms1.net/patches/combined.shtml ปัจจุบัน patch ที่ใช้เป็นเวอร์ชัน 6b
โดยถ้าทำตามขั้นตอนการติดตั้งจาก http://linuxrc.org จะสามารถติดตั้งได้สมบูรณ์แบบ
Jun 11
Jun 11
กำหนด /var/qmail/control/queuelifetime สำหรับการเก็บ mail ไว้ใน queue (default : 7 days)
One day is 86400 seconds. One week is 604800 seconds
เวลาที่ใช้ในการ retry การส่งในแต่ละครั้งของ mail ใน queue
qmail uses a quadratic message retry schedule for every message.
For local messages
time in queue = 100 * attempt ** 2
delay until next retry = 200 * attempt + 100
For remote messages
time in queue = 400 * attempt ** 2
delay until next retry = 800 * attempt + 400
So for a remote message, the delivery times will be (in seconds)
0, 400, 1600, 3600, ….
คำสั่งใช้สำหรับ ดูเวลาที่อยู่ใน queue และ จำนวนครั้งในการ retry ของ IP address
/var/qmail/bin/qmail-tcpto















