Linux Admin Blog

System Administration, Linux, Solaris, Backup, Networking, Security, Mysql, Script, Tips & Tricks

Archive for the ‘Qmail’ Category

Adjusting qmail queue time / lifetime

Posted by sanjaydalal4u on May 5, 2009

set the queuelifetime:

# echo 86,400″ > /var/qmail/control/queuelifetime

# /etc/init.d/qmail restart

The above example is for 1 days (qmail needs the time length in seconds). Just take the days and multiply by 86,400 seconds to get your result.

Posted in Qmail, Tips & Tricks, Troubleshooting | 2 Comments »