- Forums
- Linux
- Command To Process Mail Every 5 Minutes
This Page Contains information about Command To Process Mail Every 5 Minutes By Hostman in category Linux with 0 Replies. [3308], Last Updated: Mon Jun 24, 2024
Hostman
Thu Mar 18, 2010
0 Comments
396 Visits
you can use this Linux shell command to process
sendmail -qp5m
-qp[time]
Similar to -qtime, except that instead of periodically forking a
child to process the queue, sendmail forks a single persistent
child for each queue that alternates between processing the
queue and sleeping. The sleep time is given as the argument; it
defaults to 1 second. The process will always sleep at least 5
seconds if the queue was empty in the previous queue run.