Aug 02

หาตั้งนานสำหรับการ ทำ anti-spam เพื่อลดจำนวน bouncing mail ที่ส่งหาผู้รับที่ไม่มีตัวตนจริงใน mail server ในที่สุดเราก็เจอ 1 ตัว

http://www.interazioni.it/opensource/chkuser

คงต้องศึกษาเพิ่มเติมก่อนนำมาใช้ แล้วใครจะเป็นหนูลองยาให้เราล่ะ

คงต้องลองก่อนนะครับ แล้วจะมาบอกผลกันอีกที

Tagged with:
Jun 11

การติดตั้ง Qmail
ใช้ patch จากที่นี่ http://qmail.jms1.net/patches/combined.shtml ปัจจุบัน patch ที่ใช้เป็นเวอร์ชัน 6b
โดยถ้าทำตามขั้นตอนการติดตั้งจาก http://linuxrc.org จะสามารถติดตั้งได้สมบูรณ์แบบ

Tagged with:
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
Tagged with:
preload preload preload